1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/py3-simplegeneric/remove-setup-warning.patch
2019-04-04 06:04:24 +00:00

12 lines
404 B
Diff

diff --git a/setup.py b/setup.py.new
index 0fd974742f..4a42241d37 100644
--- a/setup.py
+++ b/setup.py.new
@@ -33,7 +33,6 @@ setup(
author="Phillip J. Eby",
author_email="peak@eby-sarna.com",
license="ZPL 2.1",
- test_suite = 'simplegeneric.test_suite',
py_modules = ['simplegeneric'],
classifiers = [
line.strip() for line in open('classifiers.txt') if line.strip()