Metadata-Version: 2.4
Name: sid-test-package-2026
Version: 0.1.0
Summary: A simple test package for learning PyPI publishing
Author: Siddarth
Requires-Python: >=3.8
Description-Content-Type: text/markdown

A simple Python package created for testing PyPI publishing.

## Example

```python
from sid_test_package import add
print(add(2, 3))
