fixed an error in buildout due to files it referenced which were removed

This commit is contained in:
enus.linden
2009-03-03 01:45:40 +00:00
committed by Salad Dais
parent f0ddf774f6
commit 178e4e3ea5

View File

@@ -26,8 +26,7 @@ version = '0.1'
setup(name='pyogp.lib.base',
version=version,
description="basic pyogp library package",
long_description=open("README.txt").read() + "\n" +
open(os.path.join("docs", "HISTORY.txt")).read(),
long_description="skipping",
# Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
"Programming Language :: Python",