提交 73c352dd 编写于 作者: J Jannis Leidel

Merge

......@@ -439,8 +439,8 @@ class InstallCommand(Command):
install_options = options.install_options or []
index_urls = [options.index_url] + options.extra_index_urls
if options.no_index:
index_urls = []
logger.notify('Ignoring indexes: %s' % ','.join(index_urls))
index_urls = []
finder = PackageFinder(
find_links=options.find_links,
index_urls=index_urls)
......
import sys
if sys.platform == 'win32':
from setuptools import setup
else:
from distutils.core import setup
from setuptools import setup
import os
version = '0.4'
version = '0.4.1'
doc_dir = os.path.join(os.path.dirname(__file__), 'docs')
index_filename = os.path.join(doc_dir, 'index.txt')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册