<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/docs/userguide/pyproject_config.rst, branch dev/avoid_wheel_unstable_api</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<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://trove.baserock.org/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://trove.baserock.org/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>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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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>
<entry>
<title>Highlight in docs: 'attr' directive needs MANIFEST.in config / SCM plugin</title>
<updated>2022-11-04T18:14:14+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-11-04T18:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a9673c41c9b8b61f7878404d978d0c5285f3346a'/>
<id>a9673c41c9b8b61f7878404d978d0c5285f3346a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update pyproject_config.rst</title>
<updated>2022-08-28T10:41:03+00:00</updated>
<author>
<name>Per Jensen</name>
<email>perstofferjensen@gmail.com</email>
</author>
<published>2022-08-28T10:41:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=22337909ee00ff9a8c5d9dbb3e6ca7b463490be7'/>
<id>22337909ee00ff9a8c5d9dbb3e6ca7b463490be7</id>
<content type='text'>
The sequence of TOML datatypes and Python datatypes are reversed, which is a bit confusing.

I suggest to align the sequence, so that array and table aligns with list and dict</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sequence of TOML datatypes and Python datatypes are reversed, which is a bit confusing.

I suggest to align the sequence, so that array and table aligns with list and dict</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs to reflect the implementation of PEP 660</title>
<updated>2022-08-06T19:55:16+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-06T19:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=228f3e99d89a4f200e782a71b02ab0425f5e1dc4'/>
<id>228f3e99d89a4f200e782a71b02ab0425f5e1dc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Add two footnotes about PEP 660 support (#3407)</title>
<updated>2022-08-06T18:13:17+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-06T18:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=28730e86e839dfae1fcbccbf701215663d52bd80'/>
<id>28730e86e839dfae1fcbccbf701215663d52bd80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Rephrase foot note</title>
<updated>2022-08-06T18:12:53+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-06T18:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6e042281e7add1fae30e5cbaf51fc57430a9547e'/>
<id>6e042281e7add1fae30e5cbaf51fc57430a9547e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
