diff --git a/pyproject.toml b/pyproject.toml index 65892aa..c2ee927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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