[minor] Use setuptools in setup.py

This commit is contained in:
James Godfrey-Kittle 2016-02-11 17:44:57 -08:00
parent 49defc4e80
commit d4913e3077
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
build
*.pyc
*.egg-info/

View File

@ -13,7 +13,7 @@
# limitations under the License.
from distutils.core import setup
from setuptools import setup
setup(