<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/unidecode.git/setup.cfg, branch unidecode-1.3.4</title>
<subtitle>www.tablix.org: ~avian/git/unidecode.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/'/>
<entry>
<title>Remove universal=1 from setup.cfg</title>
<updated>2021-09-09T20:17:30+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2021-09-09T20:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=33acbb6657fe273e136af7b46784c78c4d82cea3'/>
<id>33acbb6657fe273e136af7b46784c78c4d82cea3</id>
<content type='text'>
This prevents the wheel from being installed on Python 2.

https://packaging.python.org/guides/distributing-packages-using-setuptools/#wheels
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents the wheel from being installed on Python 2.

https://packaging.python.org/guides/distributing-packages-using-setuptools/#wheels
</pre>
</div>
</content>
</entry>
<entry>
<title>Include license file in the generated wheel package</title>
<updated>2017-10-16T02:23:59+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-10-16T02:23:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=b7b19ede1354f962e360c24a7a5e267da889329b'/>
<id>b7b19ede1354f962e360c24a7a5e267da889329b</id>
<content type='text'>
The wheel package format supports including the license file. This is
done using the [metadata] section in the setup.cfg file. For additional
information on this feature, see:

https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The wheel package format supports including the license file. This is
done using the [metadata] section in the setup.cfg file. For additional
information on this feature, see:

https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
</pre>
</div>
</content>
</entry>
<entry>
<title>Release as a universal wheel</title>
<updated>2016-10-20T07:24:38+00:00</updated>
<author>
<name>Adam Chainz</name>
<email>adam@adamj.eu</email>
</author>
<published>2016-10-20T07:24:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=109f616216feb0238ba6dfdf6e322e39b3fe442c'/>
<id>109f616216feb0238ba6dfdf6e322e39b3fe442c</id>
<content type='text'>
By releasing as a [Python wheel](http://pythonwheels.com/) as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run `python setup.py clean sdist bdist_wheel upload`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By releasing as a [Python wheel](http://pythonwheels.com/) as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run `python setup.py clean sdist bdist_wheel upload`.
</pre>
</div>
</content>
</entry>
</feed>
