From edc67a062e6c8540e766704ef51de6ec17adf326 Mon Sep 17 00:00:00 2001 From: androiddrew Date: Tue, 30 Jan 2018 12:36:17 -0500 Subject: [PATCH] correcting distribution name --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8d1d630..71feae2 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ test_requirements = [ ] setup( - name='apistar_mail', + name='apistar-mail', version='0.2.0', description="A simple email Component for APIStar", long_description=readme + '\n\n' + history, @@ -28,7 +28,7 @@ setup( include_package_data=True, install_requires=requirements, license='BSD', - keywords='apistar_mail mail SMTP', + keywords='apistar-mail apistar_mail mail SMTP', classifiers=[ 'Development Status :: 2 - Pre-Alpha', 'Environment :: Web Environment',