-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/dke-data/agrirouter-sdk-python
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" }, | ||
|
@@ -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 |