From d3d59c58ccb20e54dd30cb95e60a4d13400296bf Mon Sep 17 00:00:00 2001 From: Ali Rajabi Date: Sun, 19 May 2019 18:09:15 +0430 Subject: [PATCH] Fix to include device.properties on build --- MANIFEST.in | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..e2e7620 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include gpapi/device.properties diff --git a/setup.py b/setup.py index 3740def..f2afb29 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ setup(name='gpapi', 'googleplay.py', 'utils.py' ]}, + include_package_data=True, cmdclass={'build_py': ProtobufBuilder}, install_requires=['cryptography>=2.2', 'protobuf>=3.5.2',