<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/docs, branch v36.7.0</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Docs proofreading</title>
<updated>2017-09-14T16:29:55+00:00</updated>
<author>
<name>John T. Wodder II</name>
<email>git@varonathe.org</email>
</author>
<published>2017-09-14T16:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4a2ebc7e7f71f38925977a18fad2a8883dc86c65'/>
<id>4a2ebc7e7f71f38925977a18fad2a8883dc86c65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add long_description_content_type to metadata table</title>
<updated>2017-08-28T17:32:12+00:00</updated>
<author>
<name>Dustin Ingram</name>
<email>di@users.noreply.github.com</email>
</author>
<published>2017-08-28T17:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6b65f6b0a4e116dc56217ad8bc92e2a57d8c15a3'/>
<id>6b65f6b0a4e116dc56217ad8bc92e2a57d8c15a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs with a file list usage example</title>
<updated>2017-08-28T07:42:52+00:00</updated>
<author>
<name>Sviatoslav Sydorenko</name>
<email>wk@sydorenko.org.ua</email>
</author>
<published>2017-08-28T07:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=675f5aad0f675ce3d7f3e0125d2ab69843babcbb'/>
<id>675f5aad0f675ce3d7f3e0125d2ab69843babcbb</id>
<content type='text'>
Now it's possible to use it like this:
* long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it's possible to use it like this:
* long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>Use bump2version for releases so that annotated tags are employed.</title>
<updated>2017-06-01T15:19:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-06-01T15:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=1b2a92e97875b66d2c6244a249f5ecd711b5a717'/>
<id>1b2a92e97875b66d2c6244a249f5ecd711b5a717</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release process to give guidance on updating the changelog prior to release.</title>
<updated>2017-06-01T15:09:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-06-01T15:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=1b6d0c8088123a5bb8adaeda567fd58834f58e24'/>
<id>1b6d0c8088123a5bb8adaeda567fd58834f58e24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove section on bootstrap branch, no longer relevant.</title>
<updated>2017-06-01T13:15:12+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-06-01T13:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f69469b16da3ab755ca9719a5e800b27aea80f62'/>
<id>f69469b16da3ab755ca9719a5e800b27aea80f62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: notes on setup.cfg and ez_setup</title>
<updated>2017-04-12T05:06:37+00:00</updated>
<author>
<name>Igor Starikov</name>
<email>idlesign@yandex.ru</email>
</author>
<published>2017-04-12T05:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a9d403889def99bdb1a1d02b47b8247b3af0817a'/>
<id>a9d403889def99bdb1a1d02b47b8247b3af0817a</id>
<content type='text'>
(see # 1006)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(see # 1006)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #999: support python_requires, py_modules in configuration files</title>
<updated>2017-04-07T11:44:35+00:00</updated>
<author>
<name>Marcel Bargull</name>
<email>marcel.bargull@udo.edu</email>
</author>
<published>2017-04-07T11:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=abaf7c4dd76c56eb509f6a5f6caa2f8e886801b6'/>
<id>abaf7c4dd76c56eb509f6a5f6caa2f8e886801b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Although bootstrap.py is installing the deps, it removes them as well, so doc builds still require build deps.</title>
<updated>2017-03-31T12:35:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-03-31T12:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bdbe0776c19646e703bd0b89ad3f33e6797256a7'/>
<id>bdbe0776c19646e703bd0b89ad3f33e6797256a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Constrain hack to the RTD environment. Rely on bootstrap routine to make dependencies available.</title>
<updated>2017-03-31T12:27:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-03-31T12:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e8ca95c2e12f46e203715194e4729f8b33de2c23'/>
<id>e8ca95c2e12f46e203715194e4729f8b33de2c23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
