We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42516e commit a2881d8Copy full SHA for a2881d8
setup.py
@@ -4,12 +4,12 @@
4
long_description = fh.read()
5
6
setuptools.setup(
7
- name="android-sploit-YOUR-USERNAME-HERE", # Replace with your own username
+ name="android-sploit-sonuaryan", # Replace with your own username
8
version="1.0",
9
author="Sonu Aryan",
10
author_email="[email protected]",
11
description="A package with adb command sets",
12
- long_description="README.md",
+ long_description=long_description,
13
long_description_content_type="text/markdown",
14
url="https://github.com/cosmo-organization/android-sploit",
15
packages=setuptools.find_packages(),
0 commit comments