<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch v33.1.0</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Bump version: 33.0.0 → 33.1.0</title>
<updated>2017-01-15T15:44:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-01-15T15:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=7aa463d16c2500652bce12f41cdcd7d1a87eb3a8'/>
<id>7aa463d16c2500652bce12f41cdcd7d1a87eb3a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2017-01-15T15:44:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-01-15T15:44:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ded221d756dca6cc1371db698005926cbd13fd05'/>
<id>ded221d756dca6cc1371db698005926cbd13fd05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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>Merge pull request #914 from estan/fix-developer-guide-link</title>
<updated>2017-01-09T20:28:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-01-09T20:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=dbf57427babbfbf58086b27c0d1d9b3503892daa'/>
<id>dbf57427babbfbf58086b27c0d1d9b3503892daa</id>
<content type='text'>
Fix broken link in docs/developer-guide.txt</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix broken link in docs/developer-guide.txt</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken link in docs/developer-guide.txt</title>
<updated>2017-01-08T17:24:24+00:00</updated>
<author>
<name>Elvis Stansvik</name>
<email>elvis.stansvik@orexplore.com</email>
</author>
<published>2017-01-08T17:24:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c999a93ca02b2b933384d1d0345505c4ed72f80b'/>
<id>c999a93ca02b2b933384d1d0345505c4ed72f80b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove documentation for upload_docs command, deprecated in v27.</title>
<updated>2017-01-07T18:23:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-01-07T18:23:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=3c182f9f1eea89040fbfc88d1ccbed31ece6a00b'/>
<id>3c182f9f1eea89040fbfc88d1ccbed31ece6a00b</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://91.123.203.49/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>Remove pytest alias. Use tox to run tests. Ref #904.</title>
<updated>2017-01-07T18:10:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-01-07T18:10:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=93d8715bff84449b62c2439dfa5845a9d12006e1'/>
<id>93d8715bff84449b62c2439dfa5845a9d12006e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include tox.ini in the sdist. Ref #904.</title>
<updated>2017-01-07T18:09:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-01-07T18:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=bb2251bae83b072cd972f6865198d70272e7a824'/>
<id>bb2251bae83b072cd972f6865198d70272e7a824</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #910 from plannigan/master</title>
<updated>2017-01-07T18:03:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-01-07T18:03:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=609c1e9d0f36914f180a5ed95f9477ea9523edf5'/>
<id>609c1e9d0f36914f180a5ed95f9477ea9523edf5</id>
<content type='text'>
Document use of environment markers in extras_require</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document use of environment markers in extras_require</pre>
</div>
</content>
</entry>
</feed>
