We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed1334 commit eb91945Copy full SHA for eb91945
setup.cfg
@@ -6,7 +6,7 @@ description = Toolkit to generate Global Area Reference System grids.
6
keywords = GARS, grid
7
long_description = file: README.rst
8
license = BSD License
9
-license-file = LICENSE
+license_file = LICENSE
10
platform = any
11
classifiers =
12
Development Status :: 2 - Pre-Alpha
@@ -37,6 +37,9 @@ install_requires =
37
pyproj>=3.0.0
38
tests_require = pytest-cov
39
40
+[options.packages.find]
41
+include = gars_field*
42
+
43
[options.extras_require]
44
dev =
45
pytest-cov
0 commit comments