Skip to content
Snippets Groups Projects
Commit c1cd9a75 authored by Michel Jouvin's avatar Michel Jouvin
Browse files

pyproject.toml improvements

parent 623608ef
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,11 @@ version = "22.10" ...@@ -8,6 +8,11 @@ version = "22.10"
description = "Outils de Suivi d'Activités basé sur Hito" description = "Outils de Suivi d'Activités basé sur Hito"
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
]
dependencies = [ dependencies = [
"blinker", "blinker",
"dash", "dash",
...@@ -26,10 +31,19 @@ dependencies = [ ...@@ -26,10 +31,19 @@ dependencies = [
] ]
dynamic = [] dynamic = []
[[project.authors]]
name = "Michel Jouvin"
email = "michel.jouvin@ijclab.in2p3.fr"
[tool] [tool]
[project.license] [project.license]
text = "BSD 3-Clause License" text = "BSD 3-Clause License"
[project.urls]
Homepage = "https://gitlab.in2p3.fr/hito/ositah"
"Bug Tracker" = "https://gitlab.in2p3.fr/hito/ositah/-/issues"
[project.scripts] [project.scripts]
ositah = "ositah.main:main" ositah = "ositah.main:main"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment