forked from orbit-oss/flask
Added the new flask run module to start the server.
This commit is contained in:
parent
42c28c3758
commit
7503bde223
2 changed files with 224 additions and 0 deletions
4
setup.py
4
setup.py
|
|
@ -106,6 +106,10 @@ setup(
|
|||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||
],
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
flask-run=flask.run:main
|
||||
''',
|
||||
cmdclass={'audit': run_audit},
|
||||
test_suite='flask.testsuite.suite'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue