1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-01-05 22:30:15 +00:00

Fixed data_files manifest.

This commit is contained in:
Mike Naberezny 2009-02-26 19:17:05 -08:00
parent dc0809152e
commit 22b46111b7

View File

@ -65,9 +65,9 @@ dist = setup(
packages = find_packages(os.path.join(here, 'src')),
# put data files in egg 'doc' dir
data_files=[ ('doc', [
'CHANGES.txt',
'README.txt',
'TODO.txt',
'CHANGES',
'README',
'TODO',
]
)],
install_requires = [],