mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-24 04:14:57 +08:00
netlib.version -> mitmproxy.version
This commit is contained in:
@@ -5,7 +5,7 @@ import subprocess
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
import netlib.version
|
||||
from mitmproxy import version
|
||||
|
||||
|
||||
extensions = [
|
||||
@@ -47,9 +47,9 @@ author = u'The mitmproxy project'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = netlib.version.VERSION
|
||||
version = version.VERSION
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = netlib.version.VERSION
|
||||
release = version.VERSION
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
Reference in New Issue
Block a user