<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/docs/setuptools.txt, branch issue-704</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Implemented find() configuration support for `packages`.</title>
<updated>2016-12-10T16:23:00+00:00</updated>
<author>
<name>idle sign</name>
<email>idlesign@yandex.ru</email>
</author>
<published>2016-12-10T06:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a262947e39e6125ee15d3752a2124acf0c62bda6'/>
<id>a262947e39e6125ee15d3752a2124acf0c62bda6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>`read_configuration()` now accepts `ignore_option_errors`.</title>
<updated>2016-12-10T16:23:00+00:00</updated>
<author>
<name>idle sign</name>
<email>idlesign@yandex.ru</email>
</author>
<published>2016-12-10T05:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=56dea7f0334f60603d4ca6a884ca523fe3389ef3'/>
<id>56dea7f0334f60603d4ca6a884ca523fe3389ef3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs update.</title>
<updated>2016-12-05T16:25:33+00:00</updated>
<author>
<name>idle sign</name>
<email>idlesign@yandex.ru</email>
</author>
<published>2016-12-05T16:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=43af23dcff02695ef77b862d2266d10019b7c67c'/>
<id>43af23dcff02695ef77b862d2266d10019b7c67c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow PEP8 for keyword arguments syntax in setup</title>
<updated>2016-10-14T06:09:25+00:00</updated>
<author>
<name>Peter Bittner</name>
<email>django@bittner.it</email>
</author>
<published>2016-10-14T06:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9485bee16d3631378491dfcc252ddd5b6c9a6e16'/>
<id>9485bee16d3631378491dfcc252ddd5b6c9a6e16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic tests and docs for python_requires</title>
<updated>2016-07-14T07:59:51+00:00</updated>
<author>
<name>Xavier Fernandez</name>
<email>xavier.fernandez@polyconseil.fr</email>
</author>
<published>2016-07-11T09:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=020771f5e631741de31255283aa81adc05a26a9d'/>
<id>020771f5e631741de31255283aa81adc05a26a9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update link to Resource Management API</title>
<updated>2016-06-02T21:02:30+00:00</updated>
<author>
<name>Michael Klich</name>
<email>michal@michalklich.com</email>
</author>
<published>2016-06-02T21:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=aa96da3cae9512054399bb99ed7ecd098f8d671e'/>
<id>aa96da3cae9512054399bb99ed7ecd098f8d671e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update rationale for the zip_safe flag</title>
<updated>2016-04-11T14:10:49+00:00</updated>
<author>
<name>ncoghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2016-04-11T14:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=52d420e6309d2be19e848cfb32a43191e4623e6b'/>
<id>52d420e6309d2be19e848cfb32a43191e4623e6b</id>
<content type='text'>
Importing from a zip file no longer significantly reduces the number
of stat calls during import, and may even slow imports down if
too many archives are added to sys.path.

The outdated rationale was noted by Thomas Güttler on distutils-sig</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Importing from a zip file no longer significantly reduces the number
of stat calls during import, and may even slow imports down if
too many archives are added to sys.path.

The outdated rationale was noted by Thomas Güttler on distutils-sig</pre>
</div>
</content>
</entry>
<entry>
<title>Update most bitbucket references to point to Github now. Fixes #422.</title>
<updated>2016-03-29T16:17:06+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-03-29T16:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3b90be7bb6323eb44d0f28864509c1d47aa098de'/>
<id>3b90be7bb6323eb44d0f28864509c1d47aa098de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Point towards SCM plugins for including source files</title>
<updated>2016-03-20T09:27:59+00:00</updated>
<author>
<name>Alexey Kotlyarov</name>
<email>a@koterpillar.com</email>
</author>
<published>2016-03-20T09:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=741f3bbcbbbd73076a44100a0e112f6dd86864b6'/>
<id>741f3bbcbbbd73076a44100a0e112f6dd86864b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove CVS and Subversion references in include_package_data docs</title>
<updated>2016-03-17T05:06:41+00:00</updated>
<author>
<name>Alexey Kotlyarov</name>
<email>a@koterpillar.com</email>
</author>
<published>2016-03-17T05:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bc618da735a02a1cebb85fd979ccdd317b308276'/>
<id>bc618da735a02a1cebb85fd979ccdd317b308276</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
