Closed bcbnz closed 2 years ago
As per the setuptools documentation, the package_data settings belong in their own section (options.package_data) of setup.cfg instead of in the metadata section. With this change, the data is installed by python setup.py install.
python setup.py install
As per the setuptools documentation, the package_data settings belong in their own section (options.package_data) of setup.cfg instead of in the metadata section. With this change, the data is installed by
python setup.py install
.