audreyfeldroy / cookiecutter-pypackage

Cookiecutter template for a Python package.
BSD 3-Clause "New" or "Revised" License
4.23k stars 1.78k forks source link

Add missing package data #736

Closed pydanny closed 6 months ago

pydanny commented 6 months ago

Not having this means namespaces aren't working because there are files not being added into the namespace. Which means tests inside the rendered package fails. We will address this in #735.

https://setuptools.pypa.io/en/latest/userguide/datafiles.html