diff --git a/setup.py b/setup.py index 4126fdb398371e8fc8c852c71e910ffb265d326a..803395726f0a3571e9cc5f35c31db61c1904d471 100644 --- a/setup.py +++ b/setup.py @@ -44,4 +44,20 @@ setup( "testcontainers", ], }, + classifiers=[ + "Framework :: Flake8", + + "License :: OSI Approved :: Apache Software License", + + "Operating System :: OS Independent", + + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + + "Topic :: Software Development", + ] )