From 8a617a356a6e24007ec33bf56f34251f06f508b7 Mon Sep 17 00:00:00 2001 From: allburov Date: Thu, 19 May 2022 11:05:29 +0700 Subject: [PATCH] Fix classifiers --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5b5ed1..f332863 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,8 @@ download_url="https://github.com/devopshq/tfs.git", entry_points={}, classifiers=[ - "Development Status :: 5 - Production/Stable" "Environment :: Console", + "Development Status :: 5 - Production/Stable", + "Environment :: Console", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries :: Python Modules", "License :: OSI Approved :: MIT License",