Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aniketh Girish
googleplay-api
Commits
d3d59c58
Commit
d3d59c58
authored
6 years ago
by
Ali Rajabi
Browse files
Options
Download
Email Patches
Plain Diff
Fix to include device.properties on build
parent
e5e60b83
master
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+1
-0
MANIFEST.in
setup.py
+1
-0
setup.py
with
2 additions
and
0 deletions
+2
-0
MANIFEST.in
0 → 100644
View file @
d3d59c58
include gpapi/device.properties
This diff is collapsed.
Click to expand it.
setup.py
View file @
d3d59c58
...
...
@@ -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'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help