flask-bootstrap
flask-bootstrap copied to clipboard
missing LICENSE file in archive
Hi,
LICENSE file is missing in last tarball archive.
Bye
That's weird. It should have been included by setuptools automagically, that's why it's not present in the MANIFEST.in. Leaving this open to investigate.
IMO, If you set the include_package_data as True, the automate include mechanism will not use.
If using the setuptools-specific include_package_data argument, files specified by package_data will not be automatically added to the manifest unless they are listed in the MANIFEST.in file. Setuptools Documentation
@mbr By the way, Could you have a look at #154, thanks!