Closed sde1000 closed 3 years ago
I think this will fix the issues. Note that the license_files
parameter has only been added in setuptools 42.0.0 (but that should be completely fine).
I have now also run python setup.py sdist
and all looks good (LICENSE included, tests directory included).
I tried license_file
(documented as being available in setuptools 40.8.0+) before I tried license_files
, but that appears to have been removed.
Address issues #10 and #11