Skip to content

Commit

Permalink
Fix entrypoint command
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber12 committed Dec 25, 2017
1 parent 2bd6ee2 commit f07ae37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
setup(
name = 'pyfox',
packages = ['pyfox'],
version = '0.21',
version = '0.22',
description = 'Shell for foxtrot',
author = 'Shubham Sharma',
author_email = 'shubham.sha12@gmail.com',
url = 'https://github.com/gabber12/pyfox',
download_url = 'https://github.com/gabber12/pyfox/archive/0.21.tar.gz',
download_url = 'https://github.com/gabber12/pyfox/archive/0.22.tar.gz',
classifiers = [],
entry_points = {
'console_scripts': ['foxtrot=pyfox.commands:main'],
'console_scripts': ['foxtrot=pyfox.commands:command'],
},
install_requires=[
'requests',
Expand Down

0 comments on commit f07ae37

Please sign in to comment.