Skip to content

Commit 974b36e

Browse files
authored
Merge pull request #744 from cgohlke/patch-1
Do not include test package in wheels
2 parents b5a83ab + b7f5969 commit 974b36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ project_urls =
3535

3636
[options]
3737
zip_safe = False # https://mypy.readthedocs.io/en/stable/installed_packages.html
38-
packages = find:
38+
packages = pyproj,pyproj.crs
3939
python_requires = >=3.6
4040
install_requires =
4141
certifi

0 commit comments

Comments
 (0)