Metadata-Version: 2.4
Name: my-first-python-package-xx
Version: 0.1.0
Summary: A minimal Python package published to PyPI for testing.
Author-email: Your Name <you@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/my-first-python-package-xx
Keywords: test,pypi,minimal
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# my-first-python-package-xx

A minimal Python package published to PyPI for testing purposes.

## Installation

```bash
pip install my-first-python-package-xx
```

## Usage

```python
import my_first_python_package_xx

print(my_first_python_package_xx.__version__)
```

## License

MIT
