<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/config.py, branch maint/44.x</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>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>Ensure that python_requires is checked during option processing. Fixes #1787.</title>
<updated>2019-09-11T15:54:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-09-11T15:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c3df086ed3570e7065e6935a52d95c8cdef2b071'/>
<id>c3df086ed3570e7065e6935a52d95c8cdef2b071</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feed the hobgoblins (delint).</title>
<updated>2019-01-08T19:42:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-08T19:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f8ff0d0d4657d5f6a638fb90f0d518bd2768aa7b'/>
<id>f8ff0d0d4657d5f6a638fb90f0d518bd2768aa7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feed the hobgoblins (delint).</title>
<updated>2019-01-08T19:41:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-08T19:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c688982505753013fa21a79be4a61ec9a3b8bc3c'/>
<id>c688982505753013fa21a79be4a61ec9a3b8bc3c</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 #1620 from scop/spelling</title>
<updated>2019-01-01T17:08:50+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2019-01-01T17:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=772db178f1bcea1ea892c61b026d658a32998476'/>
<id>772db178f1bcea1ea892c61b026d658a32998476</id>
<content type='text'>
Spelling fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Spelling fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2018-12-29T19:00:08+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2018-12-29T19:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5f48a74119c6866bcbc4f142318ac392ad2cb03d'/>
<id>5f48a74119c6866bcbc4f142318ac392ad2cb03d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disallow files for license inputs</title>
<updated>2018-12-29T16:14:12+00:00</updated>
<author>
<name>rajdeep</name>
<email>rajdeeprrao94@gmail.com</email>
</author>
<published>2018-10-28T19:38:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8f00d60d623fdc1b8614c5e454edebf8cec504b8'/>
<id>8f00d60d623fdc1b8614c5e454edebf8cec504b8</id>
<content type='text'>
The ability to handle files was originally added and documented based on
a misunderstanding of what the `license` field should include. The field
should be the name of the license, not the full text.

It is likely that anyone actually using this was outputing malformed
PKG-INFO files, because most license files contain newlines.

See GH issue #1551
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ability to handle files was originally added and documented based on
a misunderstanding of what the `license` field should include. The field
should be the name of the license, not the full text.

It is likely that anyone actually using this was outputing malformed
PKG-INFO files, because most license files contain newlines.

See GH issue #1551
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into deprecate-requires</title>
<updated>2018-10-28T23:52:20+00:00</updated>
<author>
<name>Sreejith Menon</name>
<email>sreejith_1729@yahoo.co.in</email>
</author>
<published>2018-10-28T23:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=1c226bdeb61dbd82419508dcc65b9969d0f42e16'/>
<id>1c226bdeb61dbd82419508dcc65b9969d0f42e16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline variable</title>
<updated>2018-10-28T18:17:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-10-28T18:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9543875b93ab646e6c1f5ded7164d108de498852'/>
<id>9543875b93ab646e6c1f5ded7164d108de498852</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract _get_option function for getting an option from getter or attribute.</title>
<updated>2018-10-28T18:16:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-10-28T18:16:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=42fe2eb166a3a1b2d31f0be93ad034ec48ea9b38'/>
<id>42fe2eb166a3a1b2d31f0be93ad034ec48ea9b38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
