<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/setup.cfg, branch examplefiles</title>
<subtitle>github.com: pygments/pygments.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/'/>
<entry>
<title>Move setup.py to a declarative setup.cfg (#1621)</title>
<updated>2021-01-17T11:49:44+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2021-01-17T11:49:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=7f48240569973617d7c7e8ece12087eb6149ad23'/>
<id>7f48240569973617d7c7e8ece12087eb6149ad23</id>
<content type='text'>
Docs: https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html

Removes mixing code with configuration. No need to execute custom code
at the build step. The declarative configuration is also more friendly
to scripting.

Co-authored-by: Matthäus G. Chajdas &lt;Anteru@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docs: https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html

Removes mixing code with configuration. No need to execute custom code
at the build step. The declarative configuration is also more friendly
to scripting.

Co-authored-by: Matthäus G. Chajdas &lt;Anteru@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Stop building universal wheels (fixes #1410.)</title>
<updated>2020-03-08T17:30:01+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-03-08T17:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=6342418c961a4bf734fbe4127ca33482dc4d5391'/>
<id>6342418c961a4bf734fbe4127ca33482dc4d5391</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated license_file from setup.cfg</title>
<updated>2019-11-24T16:36:44+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-24T16:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=c6dc5c16ad3f8b001889778519be57bb2fe7ea81'/>
<id>c6dc5c16ad3f8b001889778519be57bb2fe7ea81</id>
<content type='text'>
Starting with wheel 0.32.0 (2018-09-29), the "license_file" option is
deprecated.

https://wheel.readthedocs.io/en/stable/news.html

The wheel will continue to include LICENSE, it is now included
automatically:

https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Starting with wheel 0.32.0 (2018-09-29), the "license_file" option is
deprecated.

https://wheel.readthedocs.io/en/stable/news.html

The wheel will continue to include LICENSE, it is now included
automatically:

https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license file to wheel builds (bitbucket PR #737)</title>
<updated>2019-11-24T15:40:54+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-11-24T15:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=9a3c53b708243e1e46bea49d7640c2f67a2dd0e4'/>
<id>9a3c53b708243e1e46bea49d7640c2f67a2dd0e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg: "egg_info -R" seems to be removed</title>
<updated>2017-01-25T06:57:47+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-25T06:57:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=0348972c229aee63d69921282455885489a75722'/>
<id>0348972c229aee63d69921282455885489a75722</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make universal wheels.</title>
<updated>2015-01-03T16:48:19+00:00</updated>
<author>
<name>Ionel Maries Cristian</name>
<email>ionel.mc@gmail.com</email>
</author>
<published>2015-01-03T16:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=009a4a02d5a3ae081415aa45a05049308439ccec'/>
<id>009a4a02d5a3ae081415aa45a05049308439ccec</id>
<content type='text'>
See https://packaging.python.org/en/latest/distributing.html#universal-wheels
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://packaging.python.org/en/latest/distributing.html#universal-wheels
</pre>
</div>
</content>
</entry>
<entry>
<title>merge default into stable</title>
<updated>2016-01-17T16:00:26+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-01-17T16:00:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=fc55dc2e95bcea03fbc0d8e1d130c9e53f3f1dad'/>
<id>fc55dc2e95bcea03fbc0d8e1d130c9e53f3f1dad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
