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-27 21:46:49 +0200
commitf66c7978d2adbb4336c7cfdba5dbd467c50d818b (patch)
treeea80b3d3643fa8c5caf5c7e49ef42bc1fab7d602
parentad2c660345f66d52aff4f1f6037cbe6b56185a2f (diff)
downloadhappybase-f66c7978d2adbb4336c7cfdba5dbd467c50d818b.tar.gz
Ship .thrift file so that thriftpy can load it
-rw-r--r--MANIFEST.in1
-rw-r--r--setup.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 7e67e4b..0f348ef 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,5 @@
include Makefile
include 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",