dragon icon indicating copy to clipboard operation
dragon copied to clipboard

Create setup.py and tox.ini

Open jayvdb opened this issue 2 years ago • 3 comments

jayvdb avatar Aug 13 '21 05:08 jayvdb

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/

nightblade9 avatar Aug 13 '21 13:08 nightblade9

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.

jayvdb avatar Aug 13 '21 13:08 jayvdb

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.

nightblade9 avatar Aug 13 '21 14:08 nightblade9