Don't need to include setuptools, heh.

This commit is contained in:
Randall Degges 2010-08-17 17:09:52 +08:00 committed by Ryan McGrath
parent c2f87f736c
commit 3580ee22b5

View file

@ -20,7 +20,7 @@ setup(
include_package_data = True,
# Package dependencies.
install_requires = ['setuptools', 'simplejson'],
install_requires = ['simplejson'],
# Metadata for PyPI.
author = 'Ryan McGrath',