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 ac6f137 commit e03db23Copy full SHA for e03db23
setup.py
@@ -17,11 +17,11 @@
17
name="python-owasp-zap-v2.4",
18
version="0.0.8",
19
description="OWASP ZAP 2.5 API client",
20
- long_description="OWASP Zed Attack Proxy 2.5 API python client",
+ long_description="OWASP Zed Attack Proxy 2.5 API python client (the 2.4 package name has been kept to make it easier to upgrade)",
21
author="ZAP development team",
22
author_email='',
23
url="https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project",
24
- download_url="https://github.com/zaproxy/zaproxy/releases/tag/2.5.0",
+ download_url="https://github.com/zaproxy/zap-api-python/releases/tag/0.0.8",
25
platforms=['any'],
26
27
license="ASL2.0",
0 commit comments