From be7a5b0d5b6fd09f0a363a6bf6286328cfe93173 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Wed, 2 Sep 2020 01:02:09 +0530 Subject: [PATCH] We don't use the project name in noxfile anymore --- noxfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 2034ffe09..1ff6d540a 100644 --- a/noxfile.py +++ b/noxfile.py @@ -10,7 +10,6 @@ import nox -PACKAGE_NAME = "mawek" nox.options.sessions = ["lint", "test"]