Skip to content

Commit

Permalink
Fixed package data globs
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Sep 18, 2024
1 parent 55612d0 commit 6ed1d42
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,16 @@ where=src
[options.package_data]
amulet =
*.pyi
py.typed
*.png
*.pyd
*.so
*.dylib
*.hpp
*.cpp
**/*.png
**/*.pyd
**/*.so
**/*.dylib
**/*.hpp
**/*.cpp
[options.exclude_package_data]
amulet =
*.py.cpp
**/*.py.cpp
[options.extras_require]
Expand Down

0 comments on commit 6ed1d42

Please sign in to comment.