wikitools
wikitools copied to clipboard
COPYING missing
which setup.py refers to via
package_data={'wikitools': ['COPYING']}
Which package are you referring to? I can confirm it's in the zip and tar.gz packages and the Windows installer. Note that COPYING is in the wikitools directory with the actual code, not the outer directory with the readme and setup script. That way it gets included with the code when it's installed.
python setup.py on itself seems to work, but python setup.py --command-packages=stdeb.command sdist_dsc
breaks. Maybe that misinterprets the package_data, I'm not sure.
I still can't reproduce this. Using the tarball from https://pypi.python.org/pypi/wikitools it appears to work correctly for me.