4 Commits

Author SHA1 Message Date
Jon Dufresne 1595e43812 Include license file in the generated wheel package
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
2017-10-21 16:39:48 -07:00
Jon Dufresne 2c71f2d520 Add setup.cfg to declare wheel as universal
As the project is pure Python, a built wheel should always be universal,
so define in the project globally. Can remove --universal command from
Makefile.

See:

http://pythonwheels.com/
2017-05-20 07:39:09 -07:00
kennethreitz 476938ab8d Delete setup.cfg 2016-02-07 03:43:15 -05:00
Cory Benfield 86bdd85c4a Wheel support. 2013-11-13 19:09:49 +00:00