Provide CLI support for runnning specifications

This commit is contained in:
Rafael Caricio
2016-09-12 18:28:14 +02:00
parent 1f317d24f3
commit c74d8cdd3b
6 changed files with 111 additions and 4 deletions

View File

@@ -88,5 +88,6 @@ setup(
'Topic :: Software Development :: Libraries :: Application Frameworks'
],
include_package_data=True, # needed to include swagger-ui (see MANIFEST.in)
entry_points={'console_scripts': ['connexion = connexion.cli:main',
'cnx = connexion.cli:main']}
)