mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
* Follow current setup.py recommendations from the pypa sample project (utf-8 encoding on file reads, ensure files are read relative to own location) * Add/update some missing classifiers and other metadata * Read _version.py constants into an isolated dict (rather than the global setup.py context) * Add setup.cfg specifying universal bdist_wheel
6 lines
61 B
INI
6 lines
61 B
INI
[metadata]
|
|
license_file = LICENSE
|
|
|
|
[bdist_wheel]
|
|
universal=1
|