<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/dist.py, branch v45.2.0</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>👹 Feed the hobgoblins (delint).</title>
<updated>2020-01-19T18:25:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-19T18:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5ce9e5f343ca14f9875106f37f16ad498b294183'/>
<id>5ce9e5f343ca14f9875106f37f16ad498b294183</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for Python 4: replace unsafe six.PY3 with PY2</title>
<updated>2020-01-08T17:10:11+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2020-01-08T17:10:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=796abd8dbec884cedf326cb5f85512a5d5648c4e'/>
<id>796abd8dbec884cedf326cb5f85512a5d5648c4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1877 from pypa/feature/distribution-options-hooks</title>
<updated>2019-11-23T19:40:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-11-23T19:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=1a5d06b584cf9e221b6633c88e94c6bed0d899be'/>
<id>1a5d06b584cf9e221b6633c88e94c6bed0d899be</id>
<content type='text'>
Add new hook 'setuptools.finalize_distribution_options'</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new hook 'setuptools.finalize_distribution_options'</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1767 from kchmck/feat-license-files</title>
<updated>2019-11-16T20:19:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-11-16T20:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=68dbb703705cdd64e25261a6fcc1c0cc96bcf431'/>
<id>68dbb703705cdd64e25261a6fcc1c0cc96bcf431</id>
<content type='text'>
Add support for `license_files` option in metadata</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for `license_files` option in metadata</pre>
</div>
</content>
</entry>
<entry>
<title>Move all finalization of distribution options into hooks. Allow hooks to specify an index for ordering.</title>
<updated>2019-11-16T17:06:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-11-16T17:06:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6b210c65938527a4bbcea34942fe43971be3c014'/>
<id>6b210c65938527a4bbcea34942fe43971be3c014</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dist: re-implement `fetch_build_egg` to use pip</title>
<updated>2019-11-15T19:06:07+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2018-04-29T17:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d6948c636f5e657ac56911b71b7a459d326d8389'/>
<id>d6948c636f5e657ac56911b71b7a459d326d8389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use an OrderedSet for accumulating license files</title>
<updated>2019-10-28T22:49:31+00:00</updated>
<author>
<name>Mick Koch</name>
<email>mick@kochm.co</email>
</author>
<published>2019-10-28T22:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4a31168e517134529c229b310e89039323fdb02f'/>
<id>4a31168e517134529c229b310e89039323fdb02f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for `license_files` option in metadata</title>
<updated>2019-10-28T22:30:31+00:00</updated>
<author>
<name>Mick Koch</name>
<email>mick@kochm.co</email>
</author>
<published>2019-05-20T22:25:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=823ab9d2ec4ab89f90c0a781d872c9071b4afc13'/>
<id>823ab9d2ec4ab89f90c0a781d872c9071b4afc13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new hook 'setuptools.finalize_distribution_options' for plugins like 'setuptools_scm' to alter distribution options.</title>
<updated>2019-10-19T00:37:42+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-19T00:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4c22a6ca57753d3b5604a90b61a0c6c5efe53a1d'/>
<id>4c22a6ca57753d3b5604a90b61a0c6c5efe53a1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/deterministic-provides-extras</title>
<updated>2019-09-11T17:07:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-09-11T17:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b3ef77b2085dc8d66d178a2f7d2047a9ca207309'/>
<id>b3ef77b2085dc8d66d178a2f7d2047a9ca207309</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
