better pypi metadata
the pypi metadata could be made more specific:
- precise python versions
- precise OS compatibility
added OS compatibility No needs in python versions, it works both on py2 and py3 (2.7, 3.3, 3.4, 3.5)
Please reopen because of giving the specific python versions. There is a need to be specific here or you leave people in the unclear.
Also, I don't see that you added precise OS compatibility.
See there for an example: https://github.com/borgbackup/borg/blob/master/setup.py#L238
I've added it on PYPI: https://pypi.python.org/pypi/argon2
https://github.com/borgbackup/borg/blob/master/setup.py#L238
Okay, I'll check compatibility with Python version and add metadata into setup file.
BTW, if you want to automate that (and also test if everything works): tox and py.test are nice for that.
I was also going to suggest adding some basic tests