Skip to content

Commit 5e5a368

Browse files
committed
pyproject.toml: fix a few things
1 parent 73759e3 commit 5e5a368

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyproject.toml

+6-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ classifiers = [
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
1919
]
20-
packages=["netauth"]
2120
dynamic = ["version"]
2221
dependencies = [
2322
"grpcio",
@@ -47,14 +46,17 @@ publish = [
4746
[project.urls]
4847
Homepage = "https://netauth.org"
4948
Documentation = "https://python.netauth.org"
50-
Repository = "https://github.com/netauth/python"
51-
Changelog = "https://github.com/netauth/python/blob/master/CHANGELOG.md"
49+
Repository = "https://github.com/netauth/netauth-python"
50+
Changelog = "https://github.com/netauth/netauth-python/blob/master/CHANGELOG.md"
51+
52+
[tool.setuptools]
53+
packages=["netauth"]
5254

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

5658
[tool.ruff]
57-
include = ["netauth/**", "setup.py"]
59+
include = ["netauth/**"]
5860
exclude = ["netauth/_pb"]
5961
line-length = 120
6062
indent-width = 4

0 commit comments

Comments
 (0)