mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-05 13:37:09 +00:00
Remove data_files list
This commit is contained in:
parent
6180eddb8a
commit
4942ab648d
8
setup.py
8
setup.py
@ -46,14 +46,6 @@ setup(
|
||||
maintainer_email = "mike@naberezny.com",
|
||||
package_dir = {'':'src'},
|
||||
packages = find_packages(os.path.join(here, 'src')),
|
||||
# put data files in egg 'doc' dir
|
||||
data_files=[ ('doc', [
|
||||
'CHANGES.txt',
|
||||
'LICENSE.txt',
|
||||
'README.markdown',
|
||||
'TODO.txt',
|
||||
]
|
||||
)],
|
||||
install_requires = [],
|
||||
extras_require = {},
|
||||
tests_require = [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user