From 034d3bd94956374149c0030292d3b0161f1d0ff6 Mon Sep 17 00:00:00 2001 From: Steve Garon Date: Wed, 28 Jul 2021 16:57:32 +0000 Subject: [PATCH] Cleanup setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d76dac87..b361ad98 100644 --- a/setup.py +++ b/setup.py @@ -26,12 +26,13 @@ author_email="assemblyline@cyber.gc.ca", license="MIT", classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Topic :: Software Development :: Libraries', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ], keywords="assemblyline automated malware analysis gc canada cse-cst cse cst cyber cccs", packages=find_packages(),