Skip to content

Commit 3d20e60

Browse files
committed
2 parents c6245d9 + a5222a4 commit 3d20e60

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[project]
22
name = "agrirouter"
3-
version = "2.0.0b1"
43
description = "Python SDK for the agrirouter API. This project contains the API for the communication with the agrirouter. Everything you need for the onboarding process, secure communication and much more."
54
authors = [
65
{ name = "Alexey Petrovsky", email = "petrovsky.lexey@gmail.com" },
@@ -26,10 +25,14 @@ dependencies = [
2625
"requests",
2726
"protobuf~=3.18.0"
2827
]
28+
dynamic = ["version"]
2929

3030
[build-system]
31-
requires = ["setuptools", "wheel"]
31+
requires = ["setuptools", "wheel", "setuptools-git-versioning>=2.0,<3"]
3232
build-backend = "setuptools.build_meta"
3333

3434
[tool.setuptools.dynamic]
3535
dependencies = { file = ["requirements.txt"] }
36+
37+
[tool.setuptools-git-versioning]
38+
enabled = true

0 commit comments

Comments
 (0)