Metadata-Version: 2.4
Name: pypi-test-pkg-jssfy
Version: 0.0.1
Summary: A test package for PyPI publishing workflow testing
Author-email: Example Author <309228933@qq.com>
License: MIT
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# pypi-test-pkg-jssfy

A minimal test package for PyPI publishing workflow testing.

## Usage

```bash
# Publish to TestPyPI
bash scripts/publish_testpypi.sh

# Publish to PyPI
bash scripts/publish_pypi.sh
```
