refactor to hatch

This commit is contained in:
Waylon Walker 2023-01-03 20:33:45 -06:00
parent 37583a4c5f
commit 00a57bc786
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
33 changed files with 312 additions and 18 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# creeper-adventure
[![PyPI - Version](https://img.shields.io/pypi/v/creeper-adventure.svg)](https://pypi.org/project/creeper-adventure)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/creeper-adventure.svg)](https://pypi.org/project/creeper-adventure)
-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)
## Installation
```console
pip install creeper-adventure
```
## License
`creeper-adventure` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.