Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkoeller authored Jan 26, 2023
1 parent 37723a6 commit 18b9447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ def check_python_version():


check_python_version()
# version = get_version("EclipsingBinaries/__init__.py")
version = get_version("EclipsingBinaries/__init__.py")

setup(
version="2.1.8",
version=version,
name="EclipsingBinaries",
description="Binary Star Package for Ball State University's Astronomy Research Group",
long_description=long_description,
Expand All @@ -61,7 +61,7 @@ def check_python_version():
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.7',
],
install_requires=[
'astropy>=5.1.1',
Expand Down

0 comments on commit 18b9447

Please sign in to comment.