We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2911c commit a9335a8Copy full SHA for a9335a8
1 file changed
setup.py
@@ -65,8 +65,6 @@ def read(*parts):
65
packages=find_packages(),
66
package_data={'cf_units': list(file_walk_relative('cf_units/etc',
67
remove='cf_units/'))},
68
- data_files=[('share/doc/cf_units',
69
- ['COPYING', 'COPYING.LESSER', 'README.rst'])],
70
install_requires=install_requires,
71
tests_require=['pep8'],
72
test_suite='{}.tests'.format(NAME),
0 commit comments