Closed rmcgibbo closed 9 years ago
This is a fix for #34. It does a couple other things too.
requirements.txt
install_requires
console_script
distutils
-v
This is a fix for #34. It does a couple other things too.
requirements.txt
and consolidate withinstall_requires
. For PyPI packages, using install_requires makes more sense. https://caremad.io/2013/07/setup-vs-requirement/console_script
entry point works correctly on windows, whereasdistutils
scripts does not.-v
version command, because why not.