thank you for reporting this. setuptools needs the git plugin [1] to include package_data. i didn't know that until now. StoneageHTML 0.2.1 [2] fixes that problem.
hannes [1] http://pypi.python.org/pypi/setuptools-git/ [2] http://pypi.python.org/pypi/StoneageHTML/0.2.1 On Mon, 2010-06-14 at 01:36 -0700, Martijn wrote: > Seems like the 0.2 version is broken : > > mart...@ninja:~/Desktop/StoneageHTML-0.2$ python2.4 setup.py > > Traceback (most recent call last): > File "setup.py", line 9, in ? > long_description=open("README.txt").read() + "\n" + > > IOError: [Errno 2] No such file or directory: 'docs/HISTORY.txt' > > The package is probably generated with paster, but this file is not > included. > _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
