Skip to content

Commit

Permalink
Fix the correct name in the setup to generate pypi package.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainivars committed Jun 14, 2019
1 parent 2d76ff8 commit 2aa9b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2aa9b16

Please sign in to comment.