mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
Minor fix to setup.py.
This commit is contained in:
parent
fc9e0dcacb
commit
968c612769
4
setup.py
4
setup.py
@ -1,6 +1,6 @@
|
|||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
import fnmatch, os.path
|
import fnmatch, os.path
|
||||||
from libmproxy import VERSION
|
from libmproxy import version
|
||||||
|
|
||||||
def _fnmatch(name, patternList):
|
def _fnmatch(name, patternList):
|
||||||
for i in patternList:
|
for i in patternList:
|
||||||
@ -71,7 +71,7 @@ long_description = file("README.mkd").read()
|
|||||||
packages, package_data = findPackages("libmproxy")
|
packages, package_data = findPackages("libmproxy")
|
||||||
setup(
|
setup(
|
||||||
name = "mitmproxy",
|
name = "mitmproxy",
|
||||||
version = VERSION,
|
version = version.VERSION,
|
||||||
description = "An interactive SSL-capable intercepting HTTP proxy for penetration testers and software developers.",
|
description = "An interactive SSL-capable intercepting HTTP proxy for penetration testers and software developers.",
|
||||||
long_description = long_description,
|
long_description = long_description,
|
||||||
author = "Aldo Cortesi",
|
author = "Aldo Cortesi",
|
||||||
|
Loading…
Reference in New Issue
Block a user