From 6a595a9f12f9b08080cd0023f82b4c6e4ac7cb1b Mon Sep 17 00:00:00 2001 From: androiddrew Date: Tue, 30 Jan 2018 12:25:04 -0500 Subject: [PATCH] Correcting classifier and keywords --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 40f8e6f..8d1d630 100644 --- a/setup.py +++ b/setup.py @@ -28,9 +28,9 @@ setup( include_package_data=True, install_requires=requirements, license='BSD', - keywords='apistar_mail', + keywords='apistar_mail mail SMTP', classifiers=[ - 'Development Status :: 1 - Pre-Alpha', + 'Development Status :: 2 - Pre-Alpha', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License',