Skip to content

Commit

Permalink
Exclude development files from wheels (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic authored Aug 26, 2024
1 parent e2e0a01 commit 8455456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def get_gdal_config():
"geopandas": ["geopandas"],
},
include_package_data=True,
exclude_package_data={'': ['*.h', '_*.pxd', '_*.pyx']},
cmdclass=cmdclass,
ext_modules=ext_modules,
package_data=package_data,
Expand Down

0 comments on commit 8455456

Please sign in to comment.