Skip to content

Commit

Permalink
pyproject.toml: fix a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Aug 3, 2024
1 parent 73759e3 commit 5e5a368
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
packages=["netauth"]
dynamic = ["version"]
dependencies = [
"grpcio",
Expand Down Expand Up @@ -47,14 +46,17 @@ publish = [
[project.urls]
Homepage = "https://netauth.org"
Documentation = "https://python.netauth.org"
Repository = "https://github.com/netauth/python"
Changelog = "https://github.com/netauth/python/blob/master/CHANGELOG.md"
Repository = "https://github.com/netauth/netauth-python"
Changelog = "https://github.com/netauth/netauth-python/blob/master/CHANGELOG.md"

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

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

[tool.ruff]
include = ["netauth/**", "setup.py"]
include = ["netauth/**"]
exclude = ["netauth/_pb"]
line-length = 120
indent-width = 4
Expand Down

0 comments on commit 5e5a368

Please sign in to comment.