File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ classifiers = [
1717 " Programming Language :: Python :: 3.11" ,
1818 " Programming Language :: Python :: 3.12" ,
1919]
20- packages =[" netauth" ]
2120dynamic = [" version" ]
2221dependencies = [
2322 " grpcio" ,
@@ -47,14 +46,17 @@ publish = [
4746[project .urls ]
4847Homepage = " https://netauth.org"
4948Documentation = " 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 ]
5456version = {attr = " netauth.__version__" }
5557
5658[tool .ruff ]
57- include = [" netauth/**" , " setup.py " ]
59+ include = [" netauth/**" ]
5860exclude = [" netauth/_pb" ]
5961line-length = 120
6062indent-width = 4
You can’t perform that action at this time.
0 commit comments