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',