Lower case for 'glymur' package name in setup.py

Is there a reason for different capitalization?
This commit is contained in:
Bogdan Nicula 2014-04-24 21:04:08 +02:00
commit b24ae781a6

View file

@ -3,7 +3,7 @@ import os
import re
import sys
kwargs = {'name': 'Glymur',
kwargs = {'name': 'glymur',
'description': 'Tools for accessing JPEG2000 files',
'long_description': open('README.md').read(),
'author': 'John Evans',