mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-21 20:44:56 +00:00
Fix to include device.properties on build
This commit is contained in:
parent
e5e60b8356
commit
d3d59c58cc
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@ -0,0 +1 @@
|
|||||||
|
include gpapi/device.properties
|
1
setup.py
1
setup.py
@ -39,6 +39,7 @@ setup(name='gpapi',
|
|||||||
'googleplay.py',
|
'googleplay.py',
|
||||||
'utils.py'
|
'utils.py'
|
||||||
]},
|
]},
|
||||||
|
include_package_data=True,
|
||||||
cmdclass={'build_py': ProtobufBuilder},
|
cmdclass={'build_py': ProtobufBuilder},
|
||||||
install_requires=['cryptography>=2.2',
|
install_requires=['cryptography>=2.2',
|
||||||
'protobuf>=3.5.2',
|
'protobuf>=3.5.2',
|
||||||
|
Loading…
Reference in New Issue
Block a user