Skip to content

Commit

Permalink
Suppression package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
lucduron committed May 24, 2024
1 parent c04ab2d commit ceadc0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
author='Luc DURON',
author_email='[email protected]',
packages=find_packages(),
package_data={'crue10': ['crue10/data/*']},
include_package_data=True,
include_package_data=True, # includes all non `.py` files found inside package directory
install_requires=requirements,
description='Librairie Python pour les formats de fichiers Crue10',
url='https://github.com/CNR-Engineering/crue10_tools',
Expand Down

0 comments on commit ceadc0a

Please sign in to comment.