Skip to content

Commit 678d8b1

Browse files
committed
include test files
1 parent acee148 commit 678d8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
You can find information about how to contribute to Symfem [here](CONTRIBUTING.md).
4747
"""
4848

49-
data_files = ["LICENSE"]
49+
data_files = ["LICENSE", ("test", ["test/__init__.py", "test/utils.py", "test/conftest.py"])]
5050

5151
if __name__ == "__main__":
5252
setuptools.setup(

0 commit comments

Comments
 (0)