Skip to content

Commit 7a96e6f

Browse files
authored
Merge pull request #152 from TeaspoonTDA/fix_medical_data
Fixed issue with EEG data directory. Unit tests run on all operating systems now.
2 parents 943b228 + f6cdf52 commit 7a96e6f

File tree

9 files changed

+8200
-4
lines changed

9 files changed

+8200
-4
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include teaspoon/teaspoon/MakeData/DynSysLib/data/EEG/*.txt
1+
include teaspoon/teaspoon/MakeData/DynSysLib/Data/EEG/*.txt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[project]
44
name = "teaspoon"
5-
version = "1.5.16"
5+
version = "1.5.17"
66
authors = [
77
{ name="Elizabeth Munch", email="[email protected]" },
88
{ name="Firas Khasawneh", email="[email protected]" },

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
long_description = ld,
1111
dependency_links = ["git+https://github.com/shizuo-kaji/CubicalRipser_3dim.git"],
1212
package_data={
13-
'teaspoon.MakeData.DynSysLib.data.EEG': ['*.txt'],
13+
'teaspoon.MakeData.DynSysLib.Data.EEG': ['*.txt'],
1414
},
1515
include_package_data=True)

0 commit comments

Comments
 (0)