Make email address more straightforward.

This commit is contained in:
jevans 2013-07-16 19:19:44 -04:00
commit 409adeef56

View file

@ -6,7 +6,7 @@ kwargs = {'name': 'Glymur',
'description': 'Tools for accessing JPEG2000 files',
'long_description': open('README.md').read(),
'author': 'John Evans',
'author_email': 'johnevans938 at gmail dot com',
'author_email': 'john.g.evans.ne at gmail dot com',
'url': 'https://github.com/quintusdias/glymur',
'packages': ['glymur', 'glymur.data', 'glymur.test', 'glymur.lib',
'glymur.lib.test'],