Skip to content

Commit

Permalink
Remove package_data from setup.py
Browse files Browse the repository at this point in the history
The hdf file should be included per the MANIFEST.in file
  • Loading branch information
Michael Deceglie committed Nov 29, 2017
1 parent 2d7dc45 commit c37348b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,13 @@
# set up packages to be installed and extensions to be compiled
PACKAGES = ['rdtools']

PACKAGE_DATA = {
'rdtools': ['data/temperature.hdf5']
}

setup(name=DISTNAME,
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
packages=PACKAGES,
keywords=KEYWORDS,
install_requires=INSTALL_REQUIRES,
package_data=PACKAGE_DATA,
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author=AUTHOR,
Expand Down

0 comments on commit c37348b

Please sign in to comment.