Browse Source

Fix import

Denis K 9 years ago
parent
commit
b447c954a9
1 changed files with 1 additions and 1 deletions
  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()