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

Full spec path.

parent 533c83ba
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ setup(
keywords=["OpenAPI", "AURA Engine API"],
install_requires=REQUIRES,
packages=find_packages(),
package_data={'': ['swagger/swagger.yaml']},
package_data={'': ['src/rest/swagger/swagger.yaml']},
include_package_data=True,
entry_points={
'console_scripts': ['src.server=src.server.__main__:main']
......
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