From d1ee016aeccc3cd7a873387caba6a2fe28765bbd Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:00:14 -0600 Subject: [PATCH] v1.4.2 EOT class update --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e1f9079..b991483 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # Python Package Setup from setuptools import setup, find_namespace_packages -VERSION="1.3.2" +VERSION="1.4.2" DESCRIPTION="A Python package for M. Müller implementation of the 'Equation of Time - Problem in Astronomy' to calculate EOT and the effect of eccentricity/obliquity" with open("README.md", "r") as f: @@ -17,7 +17,7 @@ long_description_content_type='text/markdown', url="https://github.com/cyschneck/Muller-EOT", download_url="https://github.com/cyschneck/Muller-EOT/archive/refs/tags/v{0}.tar.gz".format(VERSION), - author="cyschneck (C. Y. Schneck)", + author="Cora Schneck (cyschneck)", keywords=["astronomy", "python", "eot", "equation of time", "eccentricity", "obliquity", "orbital dynamics"], license="MIT", classifiers=[