We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be561e7 + 2fcaf3a commit 5571b35Copy full SHA for 5571b35
pyproject.toml
@@ -6,6 +6,15 @@ authors = ["Devo ML Team <machine.learning@devo.com>"]
6
license = "MIT"
7
readme = "README.md"
8
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
+]
18
19
[tool.poetry.dependencies]
20
python = "^3.7"
0 commit comments