Skip to content

Commit eb91945

Browse files
authored
REF: Setup.cfg updates (#3)
1 parent eed1334 commit eb91945

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = Toolkit to generate Global Area Reference System grids.
66
keywords = GARS, grid
77
long_description = file: README.rst
88
license = BSD License
9-
license-file = LICENSE
9+
license_file = LICENSE
1010
platform = any
1111
classifiers =
1212
Development Status :: 2 - Pre-Alpha
@@ -37,6 +37,9 @@ install_requires =
3737
pyproj>=3.0.0
3838
tests_require = pytest-cov
3939

40+
[options.packages.find]
41+
include = gars_field*
42+
4043
[options.extras_require]
4144
dev =
4245
pytest-cov

0 commit comments

Comments
 (0)