flask-bootstrap icon indicating copy to clipboard operation
flask-bootstrap copied to clipboard

missing LICENSE file in archive

Open hvad opened this issue 8 years ago • 3 comments

Hi,

LICENSE file is missing in last tarball archive.

Bye

hvad avatar Oct 08 '17 17:10 hvad

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.

mbr avatar Oct 08 '17 19:10 mbr

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 avatar Dec 01 '17 00:12 greyli

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

greyli avatar Dec 01 '17 01:12 greyli