From ab54d6a4a3d52a00c6532fde64a8379fdfc49c1c Mon Sep 17 00:00:00 2001 From: Colton Myers Date: Tue, 2 May 2023 13:30:10 -0600 Subject: [PATCH] Allow flit_core 3.x and remove python2 leftovers --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c97f24..90f1b50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["flit_core >=2,<3"] +requires = ["flit_core >=2,<4"] build-backend = "flit_core.buildapi" [tool.flit.metadata] @@ -12,7 +12,6 @@ home-page = "https://github.com/elastic/ecs-logging-python" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7",