<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/discovery.py, branch dev/untangle_editable_wheel</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 pruning heuristics to PackageFinder based on exclude</title>
<updated>2023-03-07T10:13:20+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-03-07T09:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d30dcf5296ecf93046abd46d4039f24704679734'/>
<id>d30dcf5296ecf93046abd46d4039f24704679734</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove htmlcov from auto **module** discovery</title>
<updated>2023-02-27T10:36:58+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-02-27T10:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=89e7f64ffd4e57bc2a764c885382d99a28133a2d'/>
<id>89e7f64ffd4e57bc2a764c885382d99a28133a2d</id>
<content type='text'>
It seems that it was previously added there by mistake.
After some inspection ``htmlcov`` should be a folder (by default) and
therefore can only be confused by a package (not a module)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems that it was previously added there by mistake.
After some inspection ``htmlcov`` should be a folder (by default) and
therefore can only be confused by a package (not a module)
</pre>
</div>
</content>
</entry>
<entry>
<title>Hotfix add htmlcov to FlatLayoutPackageFinder.DEFAULT_EXCLUDE</title>
<updated>2023-02-23T07:24:24+00:00</updated>
<author>
<name>Yukihiko Shinoda</name>
<email>yuk.hik.future@gmail.com</email>
</author>
<published>2023-02-23T03:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=17aa0a62c24041055ba09373901beb318a6e9845'/>
<id>17aa0a62c24041055ba09373901beb318a6e9845</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add htmlcov to FlatLayoutModuleFinder.DEFAULT_EXCLUDE</title>
<updated>2022-11-28T20:46:18+00:00</updated>
<author>
<name>Demian Brecht</name>
<email>demianbrecht@gmail.com</email>
</author>
<published>2022-11-28T20:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a8a8945588b5ebab1c312979d59fbf085696e30f'/>
<id>a8a8945588b5ebab1c312979d59fbf085696e30f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove inadvertent splatting of the name attribute</title>
<updated>2022-08-19T17:20:39+00:00</updated>
<author>
<name>Benno Rice</name>
<email>benno.rice@oracle.com</email>
</author>
<published>2022-08-19T02:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fd6e0773589691eb0d4455b26af7c2d417d6ff60'/>
<id>fd6e0773589691eb0d4455b26af7c2d417d6ff60</id>
<content type='text'>
The `name` attribute of a `Distribution` object is used by the
command-line processing system and is not intended to hold the
name of the distribution itself. Setting it to the name will
cause the command-line processing system to have a bad time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `name` attribute of a `Distribution` object is used by the
command-line processing system and is not intended to hold the
name of the distribution itself. Setting it to the name will
cause the command-line processing system to have a bad time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Relax file types in discovery</title>
<updated>2022-06-15T15:43:50+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-09T16:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f210f161cf01648168fec05ed69d776f0ebbb156'/>
<id>f210f161cf01648168fec05ed69d776f0ebbb156</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable auto-discovery when the 'configuration' attribute is passed</title>
<updated>2022-03-25T17:25:27+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-25T17:21:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6b0a021cc772fb67d275407fffaf96895e8be04a'/>
<id>6b0a021cc772fb67d275407fffaf96895e8be04a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unnecessarily changing package_dir</title>
<updated>2022-03-25T12:58:15+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-25T12:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fac2737b118356f37e99e3448dd5366ee58b6fa1'/>
<id>fac2737b118356f37e99e3448dd5366ee58b6fa1</id>
<content type='text'>
And also avoid using './' paths
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And also avoid using './' paths
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the upcomming toxfile.py to the list of ignored modules for flat-layout</title>
<updated>2022-03-24T12:39:38+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-24T12:39:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5080d60e6bb80ea0e003da163fa6628c3f395d40'/>
<id>5080d60e6bb80ea0e003da163fa6628c3f395d40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a few other reserved package/module names to discovery</title>
<updated>2022-03-22T17:03:56+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-22T17:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cf0236229e79b6a4e59af7c7ed5feb527dbc998e'/>
<id>cf0236229e79b6a4e59af7c7ed5feb527dbc998e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
