Metadata-Version: 2.1
Name: callme-marck
Version: 6.7.2rc1
Summary: A simple package that just says 'You called me!'
Author-email: Marck Munoz <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/callme
Keywords: example,callme
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# callme

Using it to test something.

Version 6.7.2-pre.1

## Usage
```python
from callme import callme
print(callme())
