Loading README.rst +0 −1 Original line number Diff line number Diff line Loading @@ -9,5 +9,4 @@ TODO - License. - Changelog. - README, - Testing with different Python versions with tox and flake8. - Specify number of versions to keep, dry-run option. setup.cfg +3 −3 Original line number Diff line number Diff line [bdist_wheel] # This flag says that the code is written to work on both Python 2 and Python # 3. If at all possible, it is good practice to do this. If you cannot, you # will need to generate wheels for each Python version that you support. universal=1 [aliases] test=tox Loading
README.rst +0 −1 Original line number Diff line number Diff line Loading @@ -9,5 +9,4 @@ TODO - License. - Changelog. - README, - Testing with different Python versions with tox and flake8. - Specify number of versions to keep, dry-run option.
setup.cfg +3 −3 Original line number Diff line number Diff line [bdist_wheel] # This flag says that the code is written to work on both Python 2 and Python # 3. If at all possible, it is good practice to do this. If you cannot, you # will need to generate wheels for each Python version that you support. universal=1 [aliases] test=tox