Skip to content

Commit

Permalink
Modify setup.py metadata (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzmeister authored Sep 14, 2020
1 parent c7c623e commit a42ecde
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,20 @@ def read(fname):
"sqlalchemy",
],
extras_require={"dev": ["pytest", "flake8", "black"]},
author="Moritz Meister",
author="Logical Clocks AB",
author_email="moritz@logicalclocks.com",
description="",
description="HSFS: An environment independent client to interact with the Hopsworks Featurestore",
license="Apache License 2.0",
keywords="",
url="",
download_url="",
keywords="Hopsworks, Feature Store, Spark, Machine Learning, MLOps, DataOps",
url="https://github.com/logicalclocks/feature-store-api",
download_url="https://github.com/logicalclocks/feature-store-api/releases/tag/" + __version__,
packages=find_packages(),
long_description="", # read('README.rst'),
long_description=read('../README.md'),
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 5 - Production/Stable",
"Topic :: Utilities",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Intended Audience :: Developers",
],
)

0 comments on commit a42ecde

Please sign in to comment.