Skip to content

Commit

Permalink
update the project definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
karno committed Jan 20, 2021
1 parent da32fa0 commit 2d9cbc9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[tool.poetry]
name = "kfp-deployer"
version = "0.1.0"
description = ""
description = "Deploy the KFP ML Pipeline from CLI."
authors = ["Karno <[email protected]>"]
readme = "README.md"
repository = "https://github.com/reproio/kfp-deployer"

[tool.poetry.scripts]
kfp-deploy = "kfp_deployer.main:main"
Expand All @@ -15,9 +17,9 @@ pytz = "^2020.5"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
prospector = "^1.3.1"
black = {version = "^20.8b1", allow-prereleases = true}
black = { version = "^20.8b1", allow-prereleases = true }
mypy = "^0.790"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.0.0", 'setuptools>=38.6.0', 'wheel>0.31.0']
build-backend = "poetry.core.masonry.api"

0 comments on commit 2d9cbc9

Please sign in to comment.