Skip to content

Commit

Permalink
pyproject.toml: depend on protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Aug 4, 2024
1 parent 5e5a368 commit 2473b8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"grpcio",
"protobuf",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -50,7 +51,7 @@ Repository = "https://github.com/netauth/netauth-python"
Changelog = "https://github.com/netauth/netauth-python/blob/master/CHANGELOG.md"

[tool.setuptools]
packages=["netauth"]
packages = ["netauth"]

[tool.setuptools.dynamic]
version = {attr = "netauth.__version__"}
Expand Down

0 comments on commit 2473b8e

Please sign in to comment.