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:
parent
dc0809152e
commit
22b46111b7
6
setup.py
6
setup.py
@ -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 = [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user