<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/docs/userguide, branch v58.5.3</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 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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
<entry>
<title>Merge pull request #2793 from stanton119/patch-1</title>
<updated>2021-09-22T01:38:24+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-09-22T01:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a5ed0a8f7be889baba57c2f874ba32e5b09ecfd8'/>
<id>a5ed0a8f7be889baba57c2f874ba32e5b09ecfd8</id>
<content type='text'>
Update package_discovery.rst</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update package_discovery.rst</pre>
</div>
</content>
</entry>
<entry>
<title>Update package_discovery.rst</title>
<updated>2021-09-17T13:31:12+00:00</updated>
<author>
<name>stanton119</name>
<email>richard@richard-stanton.com</email>
</author>
<published>2021-09-17T13:31:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f44a3cb8d12f820c0c3131f0f6ed973bb88a7fe3'/>
<id>f44a3cb8d12f820c0c3131f0f6ed973bb88a7fe3</id>
<content type='text'>
Small typo</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Small typo</pre>
</div>
</content>
</entry>
<entry>
<title>Update distribution.rst</title>
<updated>2021-09-14T15:25:25+00:00</updated>
<author>
<name>Diego Ramirez</name>
<email>dr01191115@gmail.com</email>
</author>
<published>2021-09-14T15:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=59ff034a066105826dc677ad27e617e8b56f2ef6'/>
<id>59ff034a066105826dc677ad27e617e8b56f2ef6</id>
<content type='text'>
Fix some typos.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix some typos.</pre>
</div>
</content>
</entry>
<entry>
<title>Document the version coparisons</title>
<updated>2021-09-14T13:22:34+00:00</updated>
<author>
<name>Diego Ramirez</name>
<email>dr01191115@gmail.com</email>
</author>
<published>2021-09-14T13:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fbfd7bc0f3b86352c748ab6fea0713391fcfa563'/>
<id>fbfd7bc0f3b86352c748ab6fea0713391fcfa563</id>
<content type='text'>
Document how the legacy versions and non-legacy versions are compared.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document how the legacy versions and non-legacy versions are compared.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2786 from pzhlkj6612/add-link-to-develop_mode-0</title>
<updated>2021-09-12T16:00:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-09-12T16:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0168ac6e13dda1dbc9ec36b30a9c90e3b662a763'/>
<id>0168ac6e13dda1dbc9ec36b30a9c90e3b662a763</id>
<content type='text'>
Docs: add a link to the "Development Mode" page in "`setuptools` Quickstart"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docs: add a link to the "Development Mode" page in "`setuptools` Quickstart"</pre>
</div>
</content>
</entry>
<entry>
<title>docs(quickstart): add link to "Development Mode"</title>
<updated>2021-09-12T07:03:16+00:00</updated>
<author>
<name>Mozi</name>
<email>29089388+pzhlkj6612@users.noreply.github.com</email>
</author>
<published>2021-09-12T07:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=95cacfa6c55fc1c8944b7e9b4086c09088ea4b88'/>
<id>95cacfa6c55fc1c8944b7e9b4086c09088ea4b88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
