jiffyclub / palettable

Color palettes for Python
https://jiffyclub.github.io/palettable/
Other
768 stars 73 forks source link

Only include palettable module in wheel #52

Closed penguinpee closed 1 year ago

penguinpee commented 1 year ago

Not having the include, will include docs, scripts and tests outside the palettable namespace as well.

penguinpee commented 1 year ago

This came up when I tried to update palettable in Fedora. You can see it in the PyPI wheel as well.

There may be other options, but I didn't get it to work using the automatic find mechanism of setuptools using only pyproject.toml (still in BETA).

Btw, is the exclude in pyproject.toml still needed? Running find . -name \*.test in the project dir, didn't return any results.

jiffyclub commented 1 year ago

Seems reasonable, thanks!