diff --git a/github2/bin/github_manage_collaborators b/github2/bin/github_manage_collaborators index 5382cf6..6079446 100644 --- a/github2/bin/github_manage_collaborators +++ b/github2/bin/github_manage_collaborators @@ -19,7 +19,7 @@ import time def parse_commandline(): """Parse the comandline and return parsed options.""" - parser = OptionParser(version=True) + parser = OptionParser() parser.description = __doc__ parser.set_usage('usage: %prog [options] (list|add|remove) [collaborator]. Try %prog --help for details.') diff --git a/setup.py b/setup.py index 9c737c4..82d06a1 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ setup( url=github2.__homepage__, platforms=["any"], packages=find_packages(exclude=['ez_setup']), + scripts=['github2/bin/github_manage_collaborators'], install_requires=[ ], classifiers=[