Version 2.1.18: Accepted PR #329.

Include TypeScript type definitions in the exported files.
This might be a fix for #294, but I'm not sure.
The only real way to test is to publish on npm and see what happens!
This commit is contained in:
Don Cross
2023-12-13 16:00:20 -05:00
parent 1736b62525
commit 6d6d6adb69
7 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ def _LoadFile(filename):
setup(
name='astronomy-engine',
version='2.1.17',
version='2.1.18',
description='Astronomy calculation for Sun, Moon, and planets.',
long_description=_LoadFile('README.md'),
long_description_content_type='text/markdown',