From f66c7978d2adbb4336c7cfdba5dbd467c50d818b Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Sun, 20 Mar 2016 19:30:22 +0100 Subject: [PATCH] Ship .thrift file so that thriftpy can load it --- MANIFEST.in | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) 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",