We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2070c33 commit fcddeb3Copy full SHA for fcddeb3
1 file changed
pyproject.toml
@@ -8,7 +8,7 @@ version = "0.1.0"
8
authors = [
9
{ name="ProxyMesh", email="support@proxymesh.com" },
10
]
11
-description = "Handle custom proxy headers for http requests in various python libraries"
+description = "Handle custom proxy headers for http & https requests in various python libraries"
12
readme = "README.md"
13
requires-python = ">=3.8"
14
classifiers = [
@@ -24,3 +24,5 @@ classifiers = [
24
Homepage = "https://github.com/proxymesh/python-proxy-headers"
25
Changelog = "https://github.com/proxymesh/python-proxy-headers/commits/main/"
26
Issues = "https://github.com/proxymesh/python-proxy-headers/issues"
27
+Documentation = "https://python-proxy-headers.readthedocs.io/en/latest/"
28
+ProxyMesh = "https://proxymesh.com"
0 commit comments