Explorar el Código

Now using setuptools instead of distutils

Taddeus Kroes hace 11 años
padre
commit
e675eefdae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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