-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to using click rather than docopt
- Loading branch information
Jeff Knupp
committed
May 13, 2014
1 parent
0dd5cac
commit 5c4b707
Showing
4 changed files
with
32 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,5 @@ WTForms==1.0.5 | |
Werkzeug==0.9.4 | ||
itsdangerous==0.24 | ||
wsgiref==0.1.2 | ||
docopt==0.6.1 | ||
click==0.7 | ||
sphinx-rtd-theme==0.1.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,15 +46,16 @@ def run_tests(self): | |
'Flask-Admin>=1.0.6', | ||
'Flask-HTTPAuth>=2.2.1', | ||
'docopt>=0.6.1', | ||
'sphinx-rtd-theme', | ||
'click', | ||
#'sphinx-rtd-theme', | ||
], | ||
cmdclass={'test': PyTest}, | ||
author_email='[email protected]', | ||
description='Automated REST APIs for existing database-driven systems', | ||
long_description=long_description, | ||
entry_points={ | ||
'console_scripts': [ | ||
'sandmanctl = sandman.sandmanctl:main', | ||
'sandmanctl = sandman.sandmanctl:run', | ||
], | ||
}, | ||
packages=['sandman', 'sandman.model'], | ||
|
Binary file not shown.