Commit Graph

2 Commits

Author SHA1 Message Date
medmunds
d44218f733 Remove Python 2 support from packaging
(This is included in the v8.0 distribution)
2020-09-11 15:02:24 -07:00
medmunds
deea8c5d5b 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
2018-03-01 13:14:05 -08:00