<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/docs/userguide, branch v59.8.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>fix: typo 'extras_require'</title>
<updated>2021-12-04T03:13:41+00:00</updated>
<author>
<name>Rodrigo Mologni</name>
<email>rodrigomologni@gmail.com</email>
</author>
<published>2021-12-04T03:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4fd382d23f43bce178d6b2fb497d876200b3920e'/>
<id>4fd382d23f43bce178d6b2fb497d876200b3920e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: 'python_requires' must be a string</title>
<updated>2021-12-04T03:11:59+00:00</updated>
<author>
<name>Rodrigo Mologni</name>
<email>rodrigomologni@gmail.com</email>
</author>
<published>2021-12-04T03:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2989ca44a12a422c8d18d4b9a1ccc996dcb7746c'/>
<id>2989ca44a12a422c8d18d4b9a1ccc996dcb7746c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the mention of pip version that doesn't need `setup.py`</title>
<updated>2021-11-12T22:56:44+00:00</updated>
<author>
<name>Sviatoslav Sydorenko</name>
<email>webknjaz@redhat.com</email>
</author>
<published>2021-11-12T22:56:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ba39e1851f02fa27b425f616d13c2b07298c63d5'/>
<id>ba39e1851f02fa27b425f616d13c2b07298c63d5</id>
<content type='text'>
Co-authored-by: Jason R. Coombs &lt;jaraco@jaraco.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Jason R. Coombs &lt;jaraco@jaraco.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Document that pip works with editable setup.cfg</title>
<updated>2021-11-11T14:57:01+00:00</updated>
<author>
<name>Sviatoslav Sydorenko</name>
<email>wk@sydorenko.org.ua</email>
</author>
<published>2021-11-11T14:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4f475e9035ff40906024249e81b2f7e5b9bebf14'/>
<id>4f475e9035ff40906024249e81b2f7e5b9bebf14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer imperative voice.</title>
<updated>2021-11-07T09:51:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-07T09:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=172ea3681ce1f2b7da1044c5215cb8058b866324'/>
<id>172ea3681ce1f2b7da1044c5215cb8058b866324</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document setuptools replacements</title>
<updated>2021-11-05T19:19:20+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-11-05T19:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=eca0111c29721056e8af7ac0d08d5f678fe7473e'/>
<id>eca0111c29721056e8af7ac0d08d5f678fe7473e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove data_files from declarative config example</title>
<updated>2021-10-26T13:15:17+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-10-26T12:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2c169ff531635bccab1f8bd0451a762bd286903c'/>
<id>2c169ff531635bccab1f8bd0451a762bd286903c</id>
<content type='text'>
According to the following references:

- https://setuptools.pypa.io/en/latest/references/keywords.html
- https://packaging.python.org/guides/distributing-packages-using-setuptools/#package-data

the usage of ``data_files`` is deprecated.

Therefore we should avoid having it in the main configuration example
for declarative config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to the following references:

- https://setuptools.pypa.io/en/latest/references/keywords.html
- https://packaging.python.org/guides/distributing-packages-using-setuptools/#package-data

the usage of ``data_files`` is deprecated.

Therefore we should avoid having it in the main configuration example
for declarative config.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add minimum versions for setup_requires, python_requires, py_modules. Closes #1535.</title>
<updated>2021-10-22T19:06:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-10-22T19:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=eba81f6d33e425b121d1fcb215f02bb1dede2a11'/>
<id>eba81f6d33e425b121d1fcb215f02bb1dede2a11</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/userguide/distribution.rst</title>
<updated>2021-10-03T16:27:12+00:00</updated>
<author>
<name>Jens C. Jensen</name>
<email>1847332+jensecj@users.noreply.github.com</email>
</author>
<published>2021-10-03T16:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=68b12429d977f6e0c10fe97f7ba45df1be6c3f69'/>
<id>68b12429d977f6e0c10fe97f7ba45df1be6c3f69</id>
<content type='text'>
Co-authored-by: Jason R. Coombs &lt;jaraco@jaraco.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Jason R. Coombs &lt;jaraco@jaraco.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo: above -&gt; below</title>
<updated>2021-10-03T15:17:48+00:00</updated>
<author>
<name>Jens C. Jensen</name>
<email>1847332+jensecj@users.noreply.github.com</email>
</author>
<published>2021-10-03T15:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=a1c82058a3a792101cf9cb8b9fe30622931cbae3'/>
<id>a1c82058a3a792101cf9cb8b9fe30622931cbae3</id>
<content type='text'>
I guess the sections may have been moved around at some point? or someone wrote it upside down, anyway this fixes the direction for most right-side-up readers :)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I guess the sections may have been moved around at some point? or someone wrote it upside down, anyway this fixes the direction for most right-side-up readers :)</pre>
</div>
</content>
</entry>
</feed>
