Metadata-Version: 2.4
Name: ed-game
Version: 2.0.0rc1
Summary: Earth Defense Game
Author-email: qq-name <your@email.com>
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame-ce>=2.5
Dynamic: license-file

Installing:
```bash
pip install ed-game
```
or:
```bash
pip3 install ed-game
```
Usage:
```python
import ed_game
ed_game.run()
```
or:
```bash
python -m ed-game
```
