summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2016-03-20 19:30:22 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2016-03-20 19:33:23 +0100
commit12be787c9abf40e67acc396fce05bbf276c09ca9 (patch)
tree73b36a81dc66ee0dbf1dd6a249284d7a2457f5ad
parent23b1669bfda37f0fbe8da542576344e78e288dc4 (diff)
downloadhappybase-port-to-thriftpy.tar.gz
Ship .thrift file so that thriftpy can load itport-to-thriftpy
-rw-r--r--MANIFEST.in2
-rw-r--r--setup.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index adbca79..0f348ef 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
include Makefile
include requirements.txt
-include test-requirements.txt
+include happybase/*.thrift
include *.rst
include doc/conf.py doc/*.rst
diff --git a/setup.py b/setup.py
index 6b9a7ee..d3acac6 100644
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,7 @@ setup(
url='https://github.com/wbolster/happybase',
install_requires=get_install_requires(),
packages=find_packages(exclude=['tests']),
+ include_package_data=True,
license="MIT",
classifiers=(
"Development Status :: 4 - Beta",