remove the setup.py for the py.test project which for deprecation has been deployed since 2014
This commit is contained in:
parent
0fdacb6db5
commit
8c52dc5b7e
|
@ -1,12 +0,0 @@
|
|||
import sys
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
if __name__ == "__main__":
|
||||
if "sdist" not in sys.argv[1:]:
|
||||
raise ValueError("please use 'pytest' pypi package instead of 'py.test'")
|
||||
setup(
|
||||
name="py.test",
|
||||
version="0.0",
|
||||
description="please use 'pytest' for installation",
|
||||
)
|
Loading…
Reference in New Issue