Skip to content

Commit 3950ea6

Browse files
committed
Include test data
1 parent ba61a22 commit 3950ea6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include *.h
22
include *.hpp
33
include *.cpp
4+
include test/*.sass

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
version=version,
3535
ext_modules=[sass_extension],
3636
py_modules=['sasstests'],
37+
package_data={'': ['test/*.sass']},
3738
license='MIT License',
3839
author='Hong Minhee',
3940
author_email='minhee' '@' 'dahlia.kr',

0 commit comments

Comments
 (0)