Skip to content

Commit

Permalink
Avoid copying the README and license information into the prefix root. (
Browse files Browse the repository at this point in the history
  • Loading branch information
pelson authored May 21, 2018
1 parent bb2911c commit a9335a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ def read(*parts):
packages=find_packages(),
package_data={'cf_units': list(file_walk_relative('cf_units/etc',
remove='cf_units/'))},
data_files=[('share/doc/cf_units',
['COPYING', 'COPYING.LESSER', 'README.rst'])],
install_requires=install_requires,
tests_require=['pep8'],
test_suite='{}.tests'.format(NAME),
Expand Down

0 comments on commit a9335a8

Please sign in to comment.