Skip to content

Commit

Permalink
rename package for proper semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofgentoo committed Sep 13, 2021
1 parent 5dd58be commit 6a6a202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -12,7 +12,7 @@
exec(fo.read(), version_globals)

setup(
name='Keg Auth',
name='Keg-Auth',
version=version_globals['VERSION'],
description='Authentication plugin for Keg',
long_description='\n\n'.join((README, CHANGELOG)),
Expand All @@ -36,11 +36,11 @@

'Flask-Login>0.4.1',
'Keg>=0.8.6',
'KegElements>=0.5.24',
'KegElements>=0.6.0',
'inflect',
'passlib',
'shortuuid',
'webgrid',
'webgrid>=0.4.0',
],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit 6a6a202

Please sign in to comment.