Browse Source

Removed nose setup requirement

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

3
setup.py

@ -47,9 +47,6 @@ setup_params = dict(
cmdclass=dict( cmdclass=dict(
test=DisabledTestCommand, test=DisabledTestCommand,
), ),
setup_requires=[
'nose>=0.11',
],
) )
if __name__ == '__main__': if __name__ == '__main__':

Loading…
Cancel
Save