beeware / cricket

A GUI tool for running Python test suites.
BSD 3-Clause "New" or "Revised" License
213 stars 69 forks source link

Add more information to the setup.py for cricket #69

Closed phildini closed 6 years ago

phildini commented 6 years ago

Per https://packaging.python.org/tutorials/distributing-packages/#project-urls we can have even more helpful information in our package and on our PyPI page by adding urls to the setup.py

phildini commented 6 years ago

Well, crap re: test failures. Ok, so apparently that setuptools option only exists for certain python versions. Hmm..

freakboy3742 commented 6 years ago

Does it help if we specify setuptools>=29.0 (or whatever the version where the key becomes legal)?

phildini commented 6 years ago

@freakboy3742 I'll play with it and see what's what. If that's an option that may be the best option.

phildini commented 6 years ago

Oh hey! This all passes now!