From a1ad25ddb27bb3c2a09bf1613b7d6770d0c034ae Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 31 Mar 2020 18:33:40 +0200 Subject: [PATCH] Add python 3 only classifier --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b164558..1c160c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ classifiers = [ "Operating System :: Unix", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3 :: Only", "Topic :: Utilities", ]