Skip to content

Commit

Permalink
fix classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
bolliger32 committed Nov 15, 2024
1 parent f246ffa commit fab457b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ dependencies = [
]
requires-python = ">=3.6"
dynamic = ["version"]

[project.urls]
"Homepage" = "https://github.com/ClimateImpactLab/pyCIAM"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]

[project.urls]
"Homepage" = "https://github.com/ClimateImpactLab/pyCIAM"

[tool.setuptools]
include-package-data = true

Expand Down

0 comments on commit fab457b

Please sign in to comment.