提交 15552899 编写于 作者: C Cleber Rosa

Merge remote-tracking branch 'apahim/fix_rtd_version'

......@@ -15,12 +15,13 @@
import glob
import os
import sys
# pylint: disable=E0611
from setuptools import setup, find_packages
VIRTUAL_ENV = 'VIRTUAL_ENV' in os.environ
VIRTUAL_ENV = hasattr(sys, 'real_prefix')
def get_dir(system_path=None, virtual_path=None):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册