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=[