Skip to content

Commit 104070f

Browse files
committed
fix: include data in source distribution
1 parent d2b9781 commit 104070f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
include README.rst INSTALL.rst LICENSE
2-
graft src/cobra/test/data

setup.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ package_dir =
6060
where = src
6161

6262
[options.package_data]
63-
cobra = test/data/*
63+
cobra =
64+
io/*.json
65+
test/data/*
6466

6567
[options.extras_require]
6668
array =

0 commit comments

Comments
 (0)