summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-30 15:47:35 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-30 15:47:35 +1000
commit31b36efa9b5a294a03d55deb414cfd38637339ab (patch)
treeab90ef63266265e75168be436976ba482e2abd6a /setup.py
parentd0eb5a64add3d61215936d4ac188767f645d584d (diff)
version: bump
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d0729b6..3a889f1 100644
--- a/setup.py
+++ b/setup.py
@@ -37,4 +37,5 @@ setup(
},
python_requires=">=3.6",
test_suite="tests",
+ include_package_data=True
)