Metadata-Version: 2.1
Name: bdskeletor
Version: 0.1.0
Summary: My first look at pygame
Home-page: https://github.com/billdirks/skeletor
License: GPL-3.0-only
Keywords: pygame
Author: Bill Dirks
Author-email: bill.dirks@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment
Requires-Dist: pygame (>=2.5.2,<3.0.0)
Project-URL: Repository, https://github.com/billdirks/skeletor
Description-Content-Type: text/markdown

# Overview

An intro project to play with pygame and python packaging.

# Play

If you have `pipx` installed (`pip install pipx`):

```
pipx run bdskeletor
```

Via `pip`:

```
# To install
pip install bdskeletor

# To run
python -m bdskeletor
```

