truebit / xUnique

merge Xcode project file is so easy
https://fclef.wordpress.com
Other
1.5k stars 118 forks source link

Provides a console script for xunique. #21

Closed schwa closed 9 years ago

schwa commented 9 years ago

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)

truebit commented 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:)