Skip to content

Commit

Permalink
update license format (still 3-Clause BSD!) & add classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrdz committed Jul 9, 2024
1 parent 5804670 commit d19ea75
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ build-backend = "pdm.backend"
[project]
name = "esgpull"
dynamic = ["version"]
classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
description = "ESGF data discovery, download, replication tool"
authors = [{name = "Sven Rodriguez", email = "srodriguez@ipsl.fr"}]
license = {file = "LICENSE"}
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
Expand All @@ -30,6 +36,7 @@ dependencies = [
"platformdirs>=2.6.2",
"pyparsing>=3.0.9"
]
license.text = "BSD-3-Clause"

[project.scripts]
esgpull = "esgpull.cli:main"
Expand Down

0 comments on commit d19ea75

Please sign in to comment.