瀏覽代碼

Now using setuptools instead of distutils

Taddeus Kroes 11 年之前
父節點
當前提交
e675eefdae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-from distutils.core import setup
+from setuptools import setup
 
 try:
     from pypandoc import convert