updated package_data

This commit is contained in:
Jan Laukemann
2017-09-29 17:34:27 +02:00
parent 0080aae368
commit ea7022be64

View File

@@ -103,9 +103,10 @@ setup(
# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
# have to be included in MANIFEST.in as well.
#package_data={
# 'sample': ['package_data.dat'],
#},
package_data={
'osaca': ['data/*.csv', 'README.rst', 'LICENSE'],
},
include_package_data=True,
# Although 'package_data' is the preferred approach, in some case you may
# need to place data files outside of your packages. See: