From 8eee7bc6abef1c850afdbd5fba059d29972069e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 6 Mar 2023 01:18:34 +0200 Subject: [PATCH] Removed tox.ini from manifest --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be85a2fe..167a0922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,6 @@ include = [ "tests/testdata/simple.dist/simpledist/*.py", "tests/testdata/test-1.0-py2.py3-none-any.whl", "tests/testdata/unicode.dist/unicodedist/*.py", - "tox.ini", ] exclude = [ ".cirrus.yml",