remove the setup.py for the py.test project which for deprecation has been deployed since 2014

This commit is contained in:
Ronny Pfannschmidt 2022-03-08 10:13:27 +01:00
parent 0fdacb6db5
commit 8c52dc5b7e
1 changed files with 0 additions and 12 deletions

View File

@ -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",
)