Skip to content

Commit 7c3add6

Browse files
committed
Changed description
1 parent bc13868 commit 7c3add6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_long_description():
1212

1313
# Package meta-data.
1414
NAME = "pantry-cloud"
15-
DESCRIPTION = "A Modular Penetration Testing Framework"
15+
DESCRIPTION = "A Python package implimenting getpantry.cloud usage."
1616
KEYWORDS = [NAME, "JSON", "API", "CLOUD STORAGE"]
1717
GIT_URL = "https://github.com/sarvesh4396/pantry-cloud"
1818
AUTHOR = "Sarvesh Kumar Dwivedi"
@@ -30,7 +30,7 @@ def get_long_description():
3030
long_description_content_type="text/markdown",
3131
python_requires=REQUIRES_PYTHON,
3232
url=GIT_URL,
33-
download_url='https://github.com/sarvesh4396/pantry-cloud/archive/refs/tags/V_001.tar.gz',
33+
download_url='https://github.com/sarvesh4396/pantry-cloud/archive/refs/tags/V1.0.tar.gz',
3434
packages=find_packages(exclude=["tests", "*.tests", "*.tests.*", "tests.*"]),
3535
entry_points={},
3636
install_requires=["requests"],

0 commit comments

Comments
 (0)