Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Jan 28, 2025
1 parent af6c55b commit 4c145ec
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[project]
name = "zntrack"
version = "0.8.2"
description = "Add your description here"
description = "Create, Run and Benchmark DVC Pipelines in Python"
authors = [
{ name = "Fabian Zills", email = "fzills@icp.uni-stuttgart.de" },
]
license = "Apache-2.0"
keywords=["data-science", "data-version-control", "machine-learning", "reproducibility", "collaboration"]
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
Expand All @@ -15,15 +20,22 @@ dependencies = [
"znjson>=0.2.6",
]

[project.scripts]
zntrack = 'zntrack.cli:app'

[project.urls]
Repository = "https://github.com/zincware/zntrack"
Releases = "https://github.com/zincware/zntrack/releases"
Documentation = "https://zntrack.readthedocs.io"

[dependency-groups]
dev = [
"coverage>=7.6.10",
"mlflow>=2.20.0",
"pytest>=8.3.4",
]

[project.scripts]
zntrack = 'zntrack.cli:app'


[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit 4c145ec

Please sign in to comment.