Skip to content

Commit

Permalink
Add two topic classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Sep 13, 2019
1 parent e851124 commit 76940b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,15 @@ def find_version(*file_paths):
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Version Control",
],
description="The Python client for MFlux.ai",
install_requires=requirements,
license="Apache License 2.0",
long_description=readme + "\n\n" + history,
include_package_data=True,
keywords="mflux_ai mlflow ml tracking ai workflow object storage dataset versioning",
keywords="mflux_ai mlflow ml tracking ai workflow machine learning object storage dataset versioning",
name="mflux-ai",
packages=find_packages(include=["mflux_ai"]),
setup_requires=setup_requirements,
Expand Down

0 comments on commit 76940b4

Please sign in to comment.