Skip to content

Commit 577a13a

Browse files
committed
chore: add keywords, classifiers, and project URLs
1 parent 2f53b76 commit 577a13a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ requires-python = ">=3.10"
1212
authors = [
1313
{ name = "Jesús López", email = "jesus.lopez@datons.ai" },
1414
]
15+
keywords = ["esios", "ree", "energy", "electricity", "spain", "api"]
1516
classifiers = [
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
]
2428
dependencies = [
2529
"httpx>=0.27",
@@ -39,6 +43,8 @@ esios = "esios.cli:app"
3943
[project.urls]
4044
Homepage = "https://github.com/datons/python-esios"
4145
Repository = "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]
4450
packages = ["src/esios"]

0 commit comments

Comments
 (0)