Proclaim Python 3.7 compatability

This commit is contained in:
Brandon Rhodes 2019-12-13 09:31:00 -05:00
parent 3b78a1f9b5
commit b1a7bf313b
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ setup(name = 'jplephem',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering :: Astronomy',
],
packages = ['jplephem'],