scottprahl / miepython

Mie scattering of light by perfect spheres
MIT License
164 stars 56 forks source link

Fix data installation. #17

Closed bcbnz closed 2 years ago

bcbnz commented 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.