Skip to content

Commit 30c9cbd

Browse files
committed
updated setup.py
1 parent 212359d commit 30c9cbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(*filenames, **kwargs):
2525
return sep.join(buf)
2626

2727

28-
long_description = read('README.rst', 'CHANGES.txt')
28+
long_description = read('README.md', 'CHANGES.txt')
2929
LICENSE = read('LICENSE.txt')
3030

3131
source = 'http://pypi.python.org/packages/source'
@@ -56,8 +56,8 @@ def read(*filenames, **kwargs):
5656
description='AirSea Libray for Python',
5757
author='Filipe Fernandes',
5858
author_email='[email protected]',
59-
maintainer='Filipe Fernandes',
60-
maintainer_email='[email protected]',
59+
maintainer='Tom Connolly',
60+
maintainer_email='[email protected]',
6161
url='http://pypi.python.org/pypi/airsea/',
6262
# download_url='%s/a/airsea/airsea-%s.tar.gz' % (source, verstr),
6363
platforms='any',

0 commit comments

Comments
 (0)