Metadata-Version: 2.5
Name: McTwin
Version: 0.0.0
Summary: Placeholder release reserving the McTwin name.
Project-URL: Homepage, https://github.com/McKiaEdu/McTwin
Author-email: Kiarash Ara <kiarash.ara@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# McTwin

Placeholder release reserving the `McTwin` name on PyPI. No functionality yet.

## Setup

```bash
python -m venv .venv
source .venv/bin/activate
pip install -e .
```
