Skip to content

Commit

Permalink
Update version to 4.2 + PEP8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Dec 8, 2018
1 parent 2d5b118 commit 54ca996
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
from setuptools import setup

setup(name='Ska.arc5gl',
author = 'Tom Aldcroft',
author='Tom Aldcroft',
description='Use arc5gl to access the Chandra archive',
author_email = 'aldcroft@head.cfa.harvard.edu',
py_modules = ['Ska.arc5gl'],
version='3.1.1',
author_email='taldcroft@cfa.harvard.edu',
py_modules=['Ska.arc5gl'],
version='4.2',
zip_safe=False,
packages=['Ska'],
package_dir={'Ska' : 'Ska'},
package_dir={'Ska': 'Ska'},
package_data={}
)

0 comments on commit 54ca996

Please sign in to comment.