@@ -12,14 +12,18 @@ requires-python = ">=3.10"
1212authors = [
1313 { name = " Jesús López" , email = " jesus.lopez@datons.ai" },
1414]
15+ keywords = [" esios" , " ree" , " energy" , " electricity" , " spain" , " api" ]
1516classifiers = [
17+ " Development Status :: 5 - Production/Stable" ,
18+ " Intended Audience :: Science/Research" ,
1619 " Programming Language :: Python :: 3" ,
1720 " Programming Language :: Python :: 3.10" ,
1821 " Programming Language :: Python :: 3.11" ,
1922 " Programming Language :: Python :: 3.12" ,
2023 " Programming Language :: Python :: 3.13" ,
2124 " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
2225 " Operating System :: OS Independent" ,
26+ " Topic :: Scientific/Engineering" ,
2327]
2428dependencies = [
2529 " httpx>=0.27" ,
@@ -39,6 +43,8 @@ esios = "esios.cli:app"
3943[project .urls ]
4044Homepage = " https://github.com/datons/python-esios"
4145Repository = " https://github.com/datons/python-esios"
46+ Issues = " https://github.com/datons/python-esios/issues"
47+ Changelog = " https://github.com/datons/python-esios/releases"
4248
4349[tool .hatch .build .targets .wheel ]
4450packages = [" src/esios" ]
0 commit comments