<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/docs/userguide, branch v66.1.1</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>Docs: Link directly to PEPs (#3770)</title>
<updated>2023-01-20T11:12:43+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-20T11:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d348fdf51fa725d056fc440175f06de8bec5628c'/>
<id>d348fdf51fa725d056fc440175f06de8bec5628c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add versionchanged note to docs</title>
<updated>2023-01-20T11:06:39+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-20T11:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=58fa95e468242d41dd8d53e0d92429e964eaeb59'/>
<id>58fa95e468242d41dd8d53e0d92429e964eaeb59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt note about file directive and MANIFEST.in</title>
<updated>2023-01-19T19:12:20+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-19T19:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b51282078fb09a7ce92ba65dfe8bd94dc465a26f'/>
<id>b51282078fb09a7ce92ba65dfe8bd94dc465a26f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setuptools sdist docs warning</title>
<updated>2023-01-19T18:59:10+00:00</updated>
<author>
<name>Sinclert Pérez</name>
<email>Sinclert@hotmail.com</email>
</author>
<published>2023-01-12T18:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=bf9b14ce9fb02834e324fd12ebec3d0574d6222d'/>
<id>bf9b14ce9fb02834e324fd12ebec3d0574d6222d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: fix section for python_requires in setup.cfg</title>
<updated>2023-01-18T10:42:58+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2023-01-18T10:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=7541ea7635218ecc486d77a58d044edb606bb38b'/>
<id>7541ea7635218ecc486d77a58d044edb606bb38b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Sphinx :pep: role to link directly to PEPs</title>
<updated>2023-01-14T15:05:03+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2023-01-14T15:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=20efb6fad4edf47fc56a1bcf44a7d1e5d646d02f'/>
<id>20efb6fad4edf47fc56a1bcf44a7d1e5d646d02f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Remove repeated mention of LDFLAGS environment variable</title>
<updated>2023-01-11T23:14:22+00:00</updated>
<author>
<name>Matthew Feickert</name>
<email>matthew.feickert@cern.ch</email>
</author>
<published>2023-01-11T23:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=5f9df7bb74e5215ba649fe3d448f3455bce2aa50'/>
<id>5f9df7bb74e5215ba649fe3d448f3455bce2aa50</id>
<content type='text'>
* The first instance of LDFLAGS is removed instead of the second
  to match the style of the preceding environment variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The first instance of LDFLAGS is removed instead of the second
  to match the style of the preceding environment variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge: Docs: Modify table for tool.setuptools.dynamic to mention content-type (#3764)</title>
<updated>2023-01-11T17:47:47+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-11T17:47:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2a89d672ce92104da8b61a5f9f0969fb947f06ba'/>
<id>2a89d672ce92104da8b61a5f9f0969fb947f06ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Modify table for tool.setuptools.dynamic to mention content-type</title>
<updated>2023-01-11T17:46:23+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-11T17:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4305841ac8857b6095aae1110394c7bb67f4447c'/>
<id>4305841ac8857b6095aae1110394c7bb67f4447c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve example docs for setup.cfg and pyproject.toml</title>
<updated>2022-11-26T00:59:02+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2022-11-26T00:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=aa4920bad7aa02e793fb4b04a3fd025dc1d2ab8c'/>
<id>aa4920bad7aa02e793fb4b04a3fd025dc1d2ab8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
