|
| 1 | +[project] |
| 2 | +name = "pint-xarray" |
| 3 | +authors = [ |
| 4 | + {name = "Tom Nicholas", email = "tomnicholas1@googlemail.com"} |
| 5 | +] |
| 6 | +description = "Physical units interface to xarray using Pint" |
| 7 | +license = {text = "Apache-2"} |
| 8 | +readme = "README.md" |
| 9 | +classifiers = [ |
| 10 | + "Development Status :: 3 - Alpha", |
| 11 | + "Environment :: Console", |
| 12 | + "Intended Audience :: Science/Research", |
| 13 | + "License :: OSI Approved :: Apache Software License", |
| 14 | + "Operating System :: OS Independent", |
| 15 | + "Programming Language :: Python", |
| 16 | + "Programming Language :: Python :: 3.8", |
| 17 | + "Programming Language :: Python :: 3.9", |
| 18 | + "Programming Language :: Python :: 3.10", |
| 19 | + "Topic :: Scientific/Engineering", |
| 20 | +] |
| 21 | +requires-python = ">=3.8" |
| 22 | +dependencies = [ |
| 23 | + "numpy >= 1.17", |
| 24 | + "xarray >= 0.16.1", |
| 25 | + "pint >= 0.16", |
| 26 | +] |
| 27 | +dynamic = ["version"] |
| 28 | + |
| 29 | +[project.urls] |
| 30 | +Home = "https://github.com/xarray-contrib/pint-xarray" |
| 31 | +Documentation = "https://pint-xarray.readthedocs.io/en/stable" |
| 32 | + |
| 33 | +[tool.setuptools.packages.find] |
| 34 | +include = [ |
| 35 | + "pint_xarray", |
| 36 | + "pint_xarray.tests", |
| 37 | +] |
| 38 | + |
1 | 39 | [build-system]
|
2 |
| -requires = ["setuptools >= 42", "wheel", "setuptools_scm[toml] >= 3.4"] |
| 40 | +requires = ["setuptools >= 64", "setuptools_scm >= 7.0"] |
3 | 41 | build-backend = "setuptools.build_meta"
|
4 | 42 |
|
5 | 43 | [tool.setuptools_scm]
|
|
0 commit comments