mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Setup: add universal wheel; update metadata; clean up setup.py
* 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
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@
|
||||
*.pyc
|
||||
*.egg
|
||||
*.egg-info
|
||||
build/
|
||||
dist/
|
||||
docs/_build/
|
||||
local.py
|
||||
|
||||
Reference in New Issue
Block a user