Closed ppannuto closed 4 years ago
Well, the nose
package is only necessary for running tests.py
, and
is not required for titlecase
to function properly otherwise. Hence,
I think, we should not list it as a dependency to be automatically
installed on the user’s system.
I would put nose
under tests_require
, instead,
leaving install_requires
only for regex
.
Sure, that makes sense; updated.
Looks good to me now.
Fixes #56.
--
@iburago, I think it makes sense to just move
nose
over too? Nothing is really done in setup for this package.