Closed schwa closed 9 years ago
Thanks for the advice, Jon.
I did not know that setuptools
supports such convenient feature. I just learned setuptools right after the feature request #14 ;)
You should contain the other commit in setup.py
in this pull request. that would make it more clear.
I will add this feature. Thanks again:)
Adds a console script entry point to setup.py Adds a new
cli
function to xUnique.py that takes zero parameters and calls straight into main() with sys argue.(The purpose of this is to allow easy installation and execution of xunique for people not too familiar with python, or who don't want to track down where xUnique.py was called from)