File tree Expand file tree Collapse file tree 2 files changed +31
-26
lines changed
Expand file tree Collapse file tree 2 files changed +31
-26
lines changed Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " dscim"
3+ description = " Data-Driven Spatial Climate Impact Model core component code"
4+ readme = " README.md"
5+ dynamic = [" version" ]
6+ classifiers = [
7+ " Intended Audience :: Science/Research" ,
8+ " Natural Language :: English" ,
9+ " Programming Language :: Python :: 3" ,
10+ " Topic :: Scientific/Engineering" ,
11+ " Operating System :: OS Independent" ,
12+ ]
13+ requires-python = " >=3.8"
14+
15+ [project .urls ]
16+ Homepage = " https://github.com/ClimateImpactLab/dscim"
17+ Documentation = " https://github.com/ClimateImpactLab/dscim"
18+ Source = " https://github.com/ClimateImpactLab/dscim"
19+ "Bug Tracker" = " https://github.com/ClimateImpactLab/dscim/issues"
20+
21+ [build-system ]
22+ requires = [
23+ " setuptools>=62.0" ,
24+ " wheel" ,
25+ " setuptools_scm>=7.0" ,
26+ ]
27+ build-backend = " setuptools.build_meta"
28+
29+ [tool .setuptools_scm ]
30+ fallback_version = " 999"
31+ write_to = " src/dscim/_version.py"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments