Skip to content

Commit a9335a8

Browse files
authored
Avoid copying the README and license information into the prefix root. (#105)
1 parent bb2911c commit a9335a8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ def read(*parts):
6565
packages=find_packages(),
6666
package_data={'cf_units': list(file_walk_relative('cf_units/etc',
6767
remove='cf_units/'))},
68-
data_files=[('share/doc/cf_units',
69-
['COPYING', 'COPYING.LESSER', 'README.rst'])],
7068
install_requires=install_requires,
7169
tests_require=['pep8'],
7270
test_suite='{}.tests'.format(NAME),

0 commit comments

Comments
 (0)