aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-ansicolors/fix-requires.patch
blob: 1b5fc8f30c01a8b9f4ba096d75fc43f565808a83 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
     license='ISC',
     packages=['colors'],
     install_requires=[],
-    test_requore=['tox', 'pytest', 'coverage', 'pytest-cov'],
+    tests_require=['tox', 'pytest', 'coverage', 'pytest-cov'],
     test_suite="test",
     zip_safe=False,
     keywords='ASNI color style console',