Browse Source

Removed nose setup requirement

pull/8/head
Jason R. Coombs 14 years ago
parent
commit
1201bd3a43
  1. 5
      setup.py

5
setup.py

@ -47,10 +47,7 @@ setup_params = dict(
cmdclass=dict( cmdclass=dict(
test=DisabledTestCommand, test=DisabledTestCommand,
), ),
setup_requires=[ )
'nose>=0.11',
],
)
if __name__ == '__main__': if __name__ == '__main__':
from setuptools import setup from setuptools import setup

Loading…
Cancel
Save