Metadata-Version: 2.4
Name: dummy-pyodide-ext-test
Version: 0.1.0
Summary: A tiny dummy C extension for testing Pyodide wheel builds.
Author: Test Author
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# dummy-pyodide-ext-test

A tiny dummy C extension module used for testing Pyodide wheel builds and
uploads to (Test)PyPI.

## Usage

```python
import dummy_pyodide_ext_test
print(dummy_pyodide_ext_test.hello())
print(dummy_pyodide_ext_test.add(2, 3))
```
