Metadata-Version: 2.1
Name: chinpo-tatsuya
Version: 0.1.0
Summary: the number of tatsuya
Author: kutowa
Author-email: you@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# mymathlib

This mod is calculate a number of tatsuya's under things.

## Installation


## Usage

```python
from mymathlib import add, subtract

print(add(2, 3))       # => 5
print(subtract(5, 2))  # => 3


---

## ✅ ステップ5：ライセンスを書く（例：MIT）

### 🔹 `LICENSE`

```text
MIT License

Copyright (c) 2025 Your Name

Permission is hereby granted, free of charge, to any person obtaining a copy...
