mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 14:27:52 -04:00
Python: Find rise/set/culm of user-defined stars.
Added Python support for user-defined stars. Defined new StateVector methods: Position and Velocity. Defined division operator: Vector / float. Bumped version number to 2.1.12.
This commit is contained in:
@@ -6,7 +6,7 @@ def _LoadFile(filename):
|
||||
|
||||
setup(
|
||||
name='astronomy-engine',
|
||||
version='2.1.11',
|
||||
version='2.1.12',
|
||||
description='Astronomy calculation for Sun, Moon, and planets.',
|
||||
long_description=_LoadFile('README.md'),
|
||||
long_description_content_type='text/markdown',
|
||||
|
||||
Reference in New Issue
Block a user