pyinat / naturtag

Tag your nature photos with iNat taxonomy and observation metadata
https://naturtag.readthedocs.io
MIT License
37 stars 4 forks source link

Include assets folder in wheel published to PyPI #314

Open JWCook opened 1 year ago

JWCook commented 1 year ago

Project config already contains:

include = [
    { path = 'assets'},
    ...,
]

But somehow it's only being included in the sdist, not the wheel.

JWCook commented 8 months ago

To include non-code assets in the wheel, I think it will need to be under the main package directory. Options: