Beatbox icon indicating copy to clipboard operation
Beatbox copied to clipboard

do we still need the manifest file?

Open superfell opened this issue 8 years ago • 3 comments

Is the manifest.in file left over from ez_setup ? or is still used somehow? if so it needs the reference to readme.md fixing.

superfell avatar Jun 30 '16 23:06 superfell

@hynekcer do you know if we still need the manifest file ?

superfell avatar Jun 30 '16 23:06 superfell

Yes. I see the difference in the zip distribution created by tox, that README is present only if the Manifest is fixed. Also setup.py should be fixed. I have no reason to learn about its replacement. I have no experience with upload to PyPI. I can not create the zip with install information, except automatically together with running tox test.

hynekcer avatar Jul 01 '16 01:07 hynekcer

The manifest need not be repeated in itself, but the Copying can.

-include README
+include README.md
 include *.py
-include MANIFEST.in
+include COPYING

hynekcer avatar Jul 01 '16 09:07 hynekcer