mbr / flask-bootstrap

Ready-to-use Twitter-bootstrap for use in Flask.
http://pypi.python.org/pypi/Flask-Bootstrap
Other
1.57k stars 724 forks source link

missing LICENSE file in archive #169

Open hvad opened 6 years ago

hvad commented 6 years ago

Hi,

LICENSE file is missing in last tarball archive.

Bye

mbr commented 6 years ago

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.

greyli commented 6 years ago

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

greyli commented 6 years ago

@mbr By the way, Could you have a look at #154, thanks!