Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverrahner committed May 6, 2024
2 parents c6245d9 + a5222a4 commit 3d20e60
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[project]
name = "agrirouter"
version = "2.0.0b1"
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."
authors = [
{ name = "Alexey Petrovsky", email = "[email protected]" },
Expand All @@ -26,10 +25,14 @@ dependencies = [
"requests",
"protobuf~=3.18.0"
]
dynamic = ["version"]

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

[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }

[tool.setuptools-git-versioning]
enabled = true

0 comments on commit 3d20e60

Please sign in to comment.