1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-02-10 15:30:52 +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')), packages = find_packages(os.path.join(here, 'src')),
# put data files in egg 'doc' dir # put data files in egg 'doc' dir
data_files=[ ('doc', [ data_files=[ ('doc', [
'CHANGES.txt', 'CHANGES',
'README.txt', 'README',
'TODO.txt', 'TODO',
] ]
)], )],
install_requires = [], install_requires = [],