Remove underscores

This commit is contained in:
Matthew Ryan Dillon 2016-06-15 11:58:21 -07:00
parent e3d795a910
commit e672a0d798
3 changed files with 1 additions and 1 deletions

View file

@ -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,