Skip to content

Commit

Permalink
[setup.py] Move to setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Feb 28, 2015
1 parent 990e908 commit b175b5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
@@ -1,5 +1,6 @@
#!/usr/bin/env python
from distutils.core import setup

from setuptools import setup
import request

setup(
Expand Down

0 comments on commit b175b5f

Please sign in to comment.