Update misspelling helper
This commit is contained in:
@@ -3,9 +3,9 @@ from distutils.core import setup
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
if "sdist" not in sys.argv[1:]:
|
if "sdist" not in sys.argv[1:]:
|
||||||
raise ValueError("please use the 'nose-parameterized' pypi package instead of 'nose-parametrized'")
|
raise ValueError("Please use the 'parameterized' (note the second 'e' in 'parameterized') pypi package instead of 'nose-parametrized'")
|
||||||
setup(
|
setup(
|
||||||
name="nose-parametrized",
|
name="nose-parametrized",
|
||||||
version="0.0",
|
version="0.1",
|
||||||
description="please use 'nose-parameterized' for installation",
|
description="Please use the 'parameterized' package (note the second 'e' in 'parameterized')",
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user