<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/README.rst, branch v40.2.0</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Remove spurious executable permissions</title>
<updated>2018-07-27T12:53:45+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2018-07-27T12:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=760e2e1df9c9c9d1fc072e7b6ad9df4c32bfc835'/>
<id>760e2e1df9c9c9d1fc072e7b6ad9df4c32bfc835</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add reference to Setuptools Developers team for clarity of maintenance and removed reference to Jason as maintainer.</title>
<updated>2018-05-20T13:31:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-05-20T13:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e078d78a439591fd7028cf80ca0b7c12ae013d4d'/>
<id>e078d78a439591fd7028cf80ca0b7c12ae013d4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved AppVeyor to pypa org</title>
<updated>2018-05-15T15:59:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-05-15T15:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5668d1513a9d793e03a3df8db470314724656cc4'/>
<id>5668d1513a9d793e03a3df8db470314724656cc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add coverage badge to README</title>
<updated>2018-05-14T14:17:59+00:00</updated>
<author>
<name>Matt Layman</name>
<email>matthewlayman@gmail.com</email>
</author>
<published>2018-05-14T14:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=37e7df7af707f7022bf50656f27470ccbbf66e9c'/>
<id>37e7df7af707f7022bf50656f27470ccbbf66e9c</id>
<content type='text'>
This shows the coverage of the master branch as measured by Codecov.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This shows the coverage of the master branch as measured by Codecov.</pre>
</div>
</content>
</entry>
<entry>
<title>HTTPS everywhere</title>
<updated>2017-11-25T15:20:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-25T15:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5bcd7f0328be56f96f76622acb3e188c16450354'/>
<id>5bcd7f0328be56f96f76622acb3e188c16450354</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add badges to the top of README</title>
<updated>2017-09-11T11:02:05+00:00</updated>
<author>
<name>Sviatoslav Sydorenko</name>
<email>wk@sydorenko.org.ua</email>
</author>
<published>2017-08-28T18:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=63bc0b0210a73a8a534b03210aacfadd0523e405'/>
<id>63bc0b0210a73a8a534b03210aacfadd0523e405</id>
<content type='text'>
* PYPI
* Travis CI
* AppVeyor CI
* List of currently supported Python versions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PYPI
* Travis CI
* AppVeyor CI
* List of currently supported Python versions
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix GitHub typo</title>
<updated>2017-01-16T15:17:51+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2017-01-16T15:17:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=118f32deccfd792fde1c856b226406656795de21'/>
<id>118f32deccfd792fde1c856b226406656795de21</id>
<content type='text'>
[CI skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[CI skip]</pre>
</div>
</content>
</entry>
<entry>
<title>Remove installation instructions from the README and instead refer to the Python Packaging User's Guide, which indicates to use pip for installing setuptools. Moved Credits to the history section of the documentation. Cleaned up hyperlinks.</title>
<updated>2017-01-15T15:40:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-01-15T15:40:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f383c6d24fdb2faf8cbe070ce0983c6480630730'/>
<id>f383c6d24fdb2faf8cbe070ce0983c6480630730</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation references from removed pythonhosted docs to RTD. Fixes #903.</title>
<updated>2017-01-07T18:19:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-01-07T18:19:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9c4d84f53e96b023c79ef54b8092a8c1440212ab'/>
<id>9c4d84f53e96b023c79ef54b8092a8c1440212ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix image URL for readthedocs link</title>
<updated>2016-12-27T03:36:57+00:00</updated>
<author>
<name>Joshua Root</name>
<email>jmr@macports.org</email>
</author>
<published>2016-12-27T02:11:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6d69dd73b900cff84ee142ad82967dd025a75b72'/>
<id>6d69dd73b900cff84ee142ad82967dd025a75b72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
