Don't need to include setuptools, heh.
This commit is contained in:
parent
c2f87f736c
commit
3580ee22b5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ setup(
|
|||
include_package_data = True,
|
||||
|
||||
# Package dependencies.
|
||||
install_requires = ['setuptools', 'simplejson'],
|
||||
install_requires = ['simplejson'],
|
||||
|
||||
# Metadata for PyPI.
|
||||
author = 'Ryan McGrath',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue