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(),