Skip to content

Commit 933e8a3

Browse files
committed
move config
1 parent 5e30af4 commit 933e8a3

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Include the license file
22
include LICENSE
3-
include wfdb/wfdb.config
3+
include wfdb.config
44

55
# Include the data files
66
# recursive-include data *

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
# http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files # noqa
8181
# In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
8282
# data_files=[('my_data', ['data/data_file'])],
83+
# data_files=[('config', ['wfdb.config'])],
8384

8485
# To provide executable scripts, use entry points in preference to the
8586
# "scripts" keyword. Entry points provide cross-platform support and allow
File renamed without changes.

0 commit comments

Comments
 (0)