superfell / Beatbox

Beatbox is an easy to use Python Library for accessing the Salesforce.com API

Home Page:http://www.pocketsoap.com/beatbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

do we still need the manifest file?

superfell opened this issue · 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.

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

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.

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

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