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

Init version.

parent a5a563ea
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,9 @@
import sys
from setuptools import setup, find_packages
NAME = "src"
VERSION = "1.0.0"
NAME = "engine-api"
VERSION = "0.1.0"
# To install the library, run the following
#
# python setup.py install
......@@ -20,7 +21,7 @@ setup(
description="AURA Engine API",
author_email="david.trattnig@subsquare.at",
url="",
keywords=["Swagger", "AURA Engine API"],
keywords=["OpenAPI", "AURA Engine API"],
install_requires=REQUIRES,
packages=find_packages(),
package_data={'': ['api/engine.yaml']},
......
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