Move from distutils to setuptools

pull/9/head v1.0
Jeremy Carbaugh 2013-11-02 17:26:48 -04:00
rodzic 25625fccec
commit fedcdd0f00
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup
from webfinger import __version__
long_description = open('README.rst').read()