add sphinx to setup dependencies

This commit is contained in:
jan.dittberner 2009-01-25 12:51:36 +00:00
parent 6fdd5231c1
commit 6e22528e6f

View File

@ -1,7 +1,6 @@
#!/usr/bin/python
from setuptools import setup,find_packages
# Pudge
try:
import buildutils
except ImportError:
@ -20,7 +19,7 @@ Migrate extends SQLAlchemy to have database changeset handling. It provides a da
""",
install_requires = ['sqlalchemy >= 0.5'],
setup_requires = ['nose >= 0.10'],
setup_requires = ['nose >= 0.10', 'sphinx >= 0.5'],
author = "Evan Rosson",
author_email = "evan.rosson@gmail.com",