We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acee148 commit 678d8b1Copy full SHA for 678d8b1
setup.py
@@ -46,7 +46,7 @@
46
You can find information about how to contribute to Symfem [here](CONTRIBUTING.md).
47
"""
48
49
-data_files = ["LICENSE"]
+data_files = ["LICENSE", ("test", ["test/__init__.py", "test/utils.py", "test/conftest.py"])]
50
51
if __name__ == "__main__":
52
setuptools.setup(
0 commit comments