Skip to content

Commit

Permalink
Update setup information
Browse files Browse the repository at this point in the history
Remove Python 2 and update author email addresses
  • Loading branch information
Matthew Townson authored Feb 28, 2020
1 parent 2c32e15 commit d145594
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='aotools',
author_email='a.p.reeves@durham.ac.uk',
author_email='[email protected], matthew.townson@durham.ac.uk',
url='https://github.com/aotools/aotools',
packages=['aotools',
'aotools.astronomy',
Expand All @@ -26,11 +26,8 @@
],
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
)
)

0 comments on commit d145594

Please sign in to comment.