Skip to content

Commit 8455456

Browse files
authored
Exclude development files from wheels (#463)
1 parent e2e0a01 commit 8455456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def get_gdal_config():
221221
"geopandas": ["geopandas"],
222222
},
223223
include_package_data=True,
224+
exclude_package_data={'': ['*.h', '_*.pxd', '_*.pyx']},
224225
cmdclass=cmdclass,
225226
ext_modules=ext_modules,
226227
package_data=package_data,

0 commit comments

Comments
 (0)