dragon
dragon copied to clipboard
Create setup.py and tox.ini
This project is no longer maintained and you may be happier keeping your own fork.
- Can you explain what these changes are / what is the context behind these changes?
- tox.ini seems to have a typo for the word "requirements"
- Most of these files show whitespace or newline endings or something (I'm not sure what), can you revert them if there are no actual changes to the contents/
The setup.py & tox.ini are to make it easy to run the tests in a tox created virtual env. You can run tox -e py38
for example. There is no typo; it is just slightly odd way tox invokes pip.
The repo files are currently in dos line endings; I switched them to unix eol, unnecessarily, and I am happy to undo that bit.
But I am happy enough to use my fork if you've no interest in developing this project further.
Honestly, I'm not planning on working on this in the foreseeable future. If you're actively working on it, I would be happy to add a line in my README redirecting interested users to your fork/repo instead.