-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change repository name to adb-pywrapper
- Loading branch information
1 parent
b02d754
commit 386b946
Showing
8 changed files
with
28 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
adb_py.egg-info | ||
*egg-info | ||
build | ||
venv | ||
dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
from setuptools import setup | ||
|
||
setup( | ||
name="adb_py", | ||
name="adb-pywrapper", | ||
version="0.9", | ||
description="adb_py facilitates seamless interaction with Android devices using the Android Debug Bridge (ADB) " | ||
description="adb-pywrapper facilitates seamless interaction with Android devices using the Android Debug Bridge (ADB) " | ||
"directly within Python scripts.", | ||
long_description=f"{open('README.md').read()}", | ||
long_description_content_type="text/markdown", | ||
author="Netherlands Forensic Institute", | ||
author_email="[email protected]", | ||
url="https://github.com/NetherlandsForensicInstitute/adb_py", | ||
url="https://github.com/NetherlandsForensicInstitute/adb-pywrapper", | ||
licence="EUPL-1.2", | ||
py_modules=["adb_py", "adb_init"], | ||
py_modules=["adb-pywrapper", "adb_init"], | ||
test_suite="test", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters