Remove underscores
This commit is contained in:
parent
e3d795a910
commit
e672a0d798
3 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ with open('LICENSE') as f:
|
|||
license = f.read()
|
||||
|
||||
setup(
|
||||
name='drf-ember-pagination',
|
||||
name='drf_ember_pagination',
|
||||
version='0.1.0',
|
||||
description='Custom pagination class for ember applications',
|
||||
long_description=readme,
|
||||
|
|
Reference in a new issue