Skip to content

Commit

Permalink
feat: enable installation via pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tstorek committed Feb 4, 2022
1 parent 9dfc42e commit 2d095f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"https://github.com/RWTH-EBC/FiLiP/archive/refs/tags/v0.2.1.tar.gz"},
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
classifiers=['Development Status :: 3 - Beta',
classifiers=['Development Status :: 3 - Alpha',
'Topic :: Scientific/Engineering',
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
"License :: OSI Approve :: BSD 3-Clause License"],
"License :: OSI Approved :: BSD License"],
keywords=['iot', 'fiware', 'semantic'],
packages=setuptools.find_packages(exclude=['tests',
'tests.*',
Expand Down

0 comments on commit 2d095f2

Please sign in to comment.