Use setuptools insted of distutils.

Distutils is old and basic, setuptools is the current preferred way.
See https://python-packaging-user-guide.readthedocs.org/en/latest/current.html
This commit is contained in:
Alessio Bogon 2015-01-08 23:54:12 +01:00
parent be2cb6e632
commit 76a91ce358
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup
import os
setup(