Skip to content

Commit 5571b35

Browse files
Merge pull request #17 from DevoInc/SKIP/feature/add-package-metadata
Add package metadata
2 parents be561e7 + 2fcaf3a commit 5571b35

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ authors = ["Devo ML Team <machine.learning@devo.com>"]
66
license = "MIT"
77
readme = "README.md"
88
packages = [{include = "devo_ml"}]
9+
repository = "https://github.com/DevoInc/python-mlmodelmanager-client"
10+
documentation = "https://devoinc.github.io/python-mlmodelmanager-client/"
11+
classifiers = [
12+
"Development Status :: 5 - Production/Stable",
13+
"Operating System :: OS Independent",
14+
"Intended Audience :: Developers",
15+
"Topic :: Internet :: WWW/HTTP",
16+
"Topic :: Software Development :: Libraries :: Python Modules"
17+
]
918

1019
[tool.poetry.dependencies]
1120
python = "^3.7"

0 commit comments

Comments
 (0)