Metadata-Version: 2.1
Name: astro_constants
Version: 1.0.0
Summary: A Python library for common astronomical and physical constants
Home-page: https://github.com/YourUsername/Astronomy
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Astro Constants Library

This library provides a collection of common astronomical and physical constants for use in Python projects.

## Installation
Install the library locally with:
```bash
pip install constants
