Denis K hace 10 años
padre
commit
b447c954a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -1,5 +1,5 @@
 import os
-from distutils.core import setup, find_packages 
+from setuptools import setup, find_packages 
 
 def read(fname):
     return open(os.path.join(os.path.dirname(__file__), fname)).read()