mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-16 09:00:05 +01:00
updated package_data
This commit is contained in:
7
setup.py
7
setup.py
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user