Kaynağa Gözat

Now using setuptools instead of distutils

Taddeus Kroes 11 yıl önce
ebeveyn
işleme
e675eefdae
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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