Metadata-Version: 2.4
Name: efflora-pypi-smoketest
Version: 0.0.3
Summary: Smoke-test package used to verify the PyPI publishing flow.
Project-URL: Homepage, https://example.com/efflora-pypi-smoketest
Author: Efflora
License-Expression: MIT
Keywords: packaging,smoketest,verification
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# efflora-pypi-smoketest

A minimal placeholder package used to verify the end-to-end PyPI publishing
and package-management flow (build → check → upload → install).

```python
from efflora_pypi_smoketest import ping
print(ping())
```
