Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix template file inclusion in Python package (#731)
The setuptools documentation states that `package_data` is used for finer-grained control over the inclusion of package data as an alternative to `include_package_data`/`MANIFEST.in`. After correcting the glob patterns in `package_data`, the latter mechanisms are no longer needed.
- Loading branch information