jorgepiloto / cipherkit

Cipherkit: a cryptography toolbox made with Python
https://cipherkit.readthedocs.io/en/latest/
MIT License
2 stars 0 forks source link

Migrate to setup.cfg and configure properly tox #10

Open jorgepiloto opened 5 years ago

jorgepiloto commented 5 years ago

This tasks should be very easy to solve. There already exist tools such us https://github.com/gvalkov/setuptools-py2cfg that make this migration task really easy.

On the other hand, tox.ini file should be better defined in order not to continuously being adding different configurations.

jorgepiloto commented 5 years ago

After #12 this can be closed