Skip to content

Commit fab457b

Browse files
committed
fix classifiers
1 parent f246ffa commit fab457b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ dependencies = [
3434
]
3535
requires-python = ">=3.6"
3636
dynamic = ["version"]
37-
38-
[project.urls]
39-
"Homepage" = "https://github.com/ClimateImpactLab/pyCIAM"
4037
classifiers = [
4138
"Programming Language :: Python :: 3",
4239
"License :: OSI Approved :: MIT License",
4340
"Operating System :: OS Independent"
4441
]
4542

43+
[project.urls]
44+
"Homepage" = "https://github.com/ClimateImpactLab/pyCIAM"
45+
4646
[tool.setuptools]
4747
include-package-data = true
4848

0 commit comments

Comments
 (0)