Skip to content

Commit f0dfab9

Browse files
author
BoboTiG
committed
Update setup.py with new test files
1 parent d5c6328 commit f0dfab9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
open('MANIFEST.in', 'w').write("\n".join((
88
'include *.rst',
9-
'include doc/*'
9+
'include doc/*',
10+
'include test/*.c'
1011
)))
1112

1213
from mss import __version__

0 commit comments

Comments
 (0)