wikitools icon indicating copy to clipboard operation
wikitools copied to clipboard

COPYING missing

Open valhallasw opened this issue 9 years ago • 3 comments

which setup.py refers to via

package_data={'wikitools': ['COPYING']}

valhallasw avatar Jun 17 '15 20:06 valhallasw

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.

alexz-enwp avatar Jun 17 '15 20:06 alexz-enwp

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.

valhallasw avatar Jun 17 '15 20:06 valhallasw

I still can't reproduce this. Using the tarball from https://pypi.python.org/pypi/wikitools it appears to work correctly for me.

alexz-enwp avatar Jun 18 '15 21:06 alexz-enwp