Closed warner closed 10 years ago
Started in https://github.com/warner/python-ed25519/tree/trove , but it requires switching to setuptools, which I'm always reluctant to do.
Note that we now do support py3, so we don't need trove_classifiers
to indicate that we don't.
using distutils should be fine for this, but trove_classifiers is the wrong argument, it should be just classifiers (https://docs.python.org/2/distutils/setupscript.html)
https://github.com/bit/python-ed25519/compare/warner:master...trove?expand=1
Awesome, thanks! I knew there had to be simple fix for that.
This would also make it clearer that we don't yet support py3