
21 Aug
2010
21 Aug
'10
4:54 p.m.
On 21.08.2010 17:43, P.J. Eby wrote:
You need either a revision control system, or a MANIFEST.in file (see distutils docs regarding MANIFEST.in).
And that was the key... I didn't have the MANIFEST.in file. Adding 'recursive-include test *.py' solved the problem. Packages reuploaded and I'm happy :)
Thanks, Stan