control: tag -1 +patch

Hi,

Here's a patch to avoid generating this spurious dependency:

Greetings

--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,6 @@ setup(
    entry_points={"pytest11": ["logassert = logassert.pytest_plugin"]},

    packages=["logassert"],
-    install_requires=['setuptools'],
    python_requires='>=3.5',

    # https://pypi.python.org/pypi?%3Aaction=list_classifiers

Reply via email to