We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e30af4 commit 933e8a3Copy full SHA for 933e8a3
MANIFEST.in
@@ -1,6 +1,6 @@
1
# Include the license file
2
include LICENSE
3
-include wfdb/wfdb.config
+include wfdb.config
4
5
# Include the data files
6
# recursive-include data *
setup.py
@@ -80,6 +80,7 @@
80
# http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files # noqa
81
# In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
82
# data_files=[('my_data', ['data/data_file'])],
83
+ # data_files=[('config', ['wfdb.config'])],
84
85
# To provide executable scripts, use entry points in preference to the
86
# "scripts" keyword. Entry points provide cross-platform support and allow
wfdb/wfdb.config renamed to wfdb.config
0 commit comments