Skip to content

Commit f246ffa

Browse files
committed
drop setup.cfg b/c not being used for pip install
1 parent c72bbc0 commit f246ffa

File tree

2 files changed

+38
-30
lines changed

2 files changed

+38
-30
lines changed

pyproject.toml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,41 @@ build-backend = "setuptools.build_meta"
1010
profile = "black"
1111

1212
[tool.setuptools_scm]
13+
14+
[project]
15+
name = "python-CIAM"
16+
description = "An efficient Python implementation of the Coastal Impacts and Adaptation Model (CIAM)"
17+
readme = "README.md"
18+
authors = [{ name = "Ian Bolliger", email = "[email protected]"}, { name = "Nicholas Depsky", email = "[email protected]" }]
19+
maintainers = [{ name = "Ian Bolliger", email = "[email protected]"}]
20+
dependencies = [
21+
"cloudpathlib",
22+
"dask",
23+
"distributed",
24+
"gitpython",
25+
"numpy",
26+
"rhg_compute_tools",
27+
"pandas",
28+
"parameterize_jobs",
29+
"pint-xarray",
30+
"scipy",
31+
"scikit-learn",
32+
"xarray",
33+
"zarr"
34+
]
35+
requires-python = ">=3.6"
36+
dynamic = ["version"]
37+
38+
[project.urls]
39+
"Homepage" = "https://github.com/ClimateImpactLab/pyCIAM"
40+
classifiers = [
41+
"Programming Language :: Python :: 3",
42+
"License :: OSI Approved :: MIT License",
43+
"Operating System :: OS Independent"
44+
]
45+
46+
[tool.setuptools]
47+
include-package-data = true
48+
49+
[tool.setuptools.packages.find]
50+
where = ["."]

setup.cfg

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)