|
2 | 2 | classifiers=[ |
3 | 3 | "Operating System :: OS Independent", |
4 | 4 | "Intended Audience :: Science/Research", |
| 5 | + "Topic :: Scientific/Engineering", |
5 | 6 | "Programming Language :: Python", |
6 | 7 | "Programming Language :: Python :: 3", |
7 | | - "Programming Language :: Python :: 3.9", |
8 | 8 | "Programming Language :: Python :: 3.10", |
9 | 9 | "Programming Language :: Python :: 3.11", |
10 | 10 | "Programming Language :: Python :: 3.12", |
11 | | - 'Operating System :: Microsoft :: Windows', |
12 | | - 'Operating System :: Unix', |
13 | | - 'Operating System :: MacOS', |
14 | | - "Topic :: Scientific/Engineering", |
15 | 11 | ] |
16 | 12 |
|
17 | 13 | dynamic = ["version"] |
18 | | -keywords = ["unstructured grids", "xarray", "ugrid", "mpas", "exodus", "scrip", ] |
19 | | -description = "Xarray-styled package for reading and directly operating on unstructured grid datasets following UGRID conventions" |
| 14 | +keywords = ["unstructured grids", "xarray", "ugrid", "mpas", "exodus", "scrip", "fesom", "icon"] |
| 15 | +description = "Xarray extension for unstructured climate and global weather data analysis and visualization." |
20 | 16 | license = {file = "LICENSE"} |
21 | 17 | name = "uxarray" |
22 | 18 | readme = "README.md" |
23 | | -requires-python = ">=3.9" |
| 19 | +requires-python = ">=3.10" |
24 | 20 |
|
25 | 21 | # minimal dependencies start |
26 | 22 | dependencies = [ |
@@ -50,7 +46,7 @@ dependencies = [ |
50 | 46 |
|
51 | 47 | [project.optional-dependencies] |
52 | 48 | complete = ["uxarray[math, dev]"] |
53 | | -math = ['gmpy2', 'pyfma'] |
| 49 | +math = ['gmpy2'] |
54 | 50 | dev = ['pathlib', 'pre_commit', 'pytest', 'pytest-cov', 'ruff', 'asv'] |
55 | 51 |
|
56 | 52 | [project.urls] |
|
0 commit comments