Skip to content
Snippets Groups Projects
Commit c3f4ddcc authored by David Trattnig's avatar David Trattnig
Browse files

New entry point.

parent 141a73f2
No related branches found
No related tags found
No related merge requests found
...@@ -24,10 +24,11 @@ setup( ...@@ -24,10 +24,11 @@ setup(
keywords=["OpenAPI", "AURA Engine API"], keywords=["OpenAPI", "AURA Engine API"],
install_requires=REQUIRES, install_requires=REQUIRES,
packages=find_packages(), packages=find_packages(),
package_data={'': ['api/engine.yaml']}, package_data={'': ['swagger/swagger.yaml']},
include_package_data=True, include_package_data=True,
entry_points={ entry_points={
'console_scripts': ['src=src.__main__:main']}, 'console_scripts': ['src.server=src.server.__main__:main']
},
long_description="""\ long_description="""\
This is the AURA Engine API. Read more at https://gitlab.servus.at/aura/engine. This is the AURA Engine API. Read more at https://gitlab.servus.at/aura/engine.
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment