Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Fix includes for wheel and sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Jun 18, 2021
1 parent 1f04a95 commit f203f77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ dmypy.json
# setuptools_scm
_version.py

src/compas_convert/rhino/grasshopper_components/*.ghuser
*.ghuser
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
global-exclude *.psd *.ghx
exclude .*
recursive-include **/ghuser *.ghuser
prune .github
6 changes: 0 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ install_requires =
compas >= 0.17.2, < 1.8
python_requires = >=3.7

[options.package_data]
* = *.ghuser

[options.exclude_package_data]
* = *.psd

[options.packages.find]
where=src

Expand Down

0 comments on commit f203f77

Please sign in to comment.