mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Maybe make the setuptools entry point actually work.
This commit is contained in:
parent
d022e9a8bf
commit
efc0d0d10c
2 changed files with 4 additions and 1 deletions
pokedex
|
@ -28,6 +28,9 @@ def main(*argv):
|
|||
else:
|
||||
command_help()
|
||||
|
||||
def setuptools_entry():
|
||||
main(*sys.argv)
|
||||
|
||||
|
||||
def get_parser(verbose=True):
|
||||
"""Returns an OptionParser prepopulated with the global options.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue