Skip to content

Commit

Permalink
Make setuptools optional again in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Dec 1, 2013
1 parent 179ac95 commit 08d75e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -131,7 +131,7 @@ def build_extension(self, ext):
if sys.version_info < (3, 2):
kwargs['install_requires'] = ['backports.ssl_match_hostname']

setuptools.setup(
setup(
name="tornado",
version=version,
packages = ["tornado", "tornado.test", "tornado.platform"],
Expand Down

0 comments on commit 08d75e1

Please sign in to comment.