File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ classifiers = [
17
17
" Programming Language :: Python :: 3.11" ,
18
18
" Programming Language :: Python :: 3.12" ,
19
19
]
20
- packages =[" netauth" ]
21
20
dynamic = [" version" ]
22
21
dependencies = [
23
22
" grpcio" ,
@@ -47,14 +46,17 @@ publish = [
47
46
[project .urls ]
48
47
Homepage = " https://netauth.org"
49
48
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" ]
52
54
53
55
[tool .setuptools .dynamic ]
54
56
version = {attr = " netauth.__version__" }
55
57
56
58
[tool .ruff ]
57
- include = [" netauth/**" , " setup.py " ]
59
+ include = [" netauth/**" ]
58
60
exclude = [" netauth/_pb" ]
59
61
line-length = 120
60
62
indent-width = 4
You can’t perform that action at this time.
0 commit comments