From 2aa9b163f6fa6b86bd20774e13f5355c3d416189 Mon Sep 17 00:00:00 2001 From: Alain IVARS Date: Fri, 14 Jun 2019 18:05:24 +0100 Subject: [PATCH] Fix the correct name in the setup to generate pypi package. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3312351..2793385 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,11 @@ long_description = f.read().strip() setup( - name='my-drf-microservice', + name='drf-microservice', version='0.7.0', author='Alain IVARS', author_email='alainivars@gmail.com', - url='http://github.com/alainivars/my-drf-microservice', + url='http://github.com/alainivars/drf-microservice', license='Apache License 2.0', description=''' A REST API endpoints with Authentication and Registration.