Metadata-Version: 2.4
Name: makelovr
Version: 0.2.2
Summary: Distribution tool for LÖVR games
Home-page: https://github.com/zayfire/makelovr
Author: Zayfire Studios
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# makelövr

A distribution tool for LÖVR games.

## Install

```bash
pip install makelovr
```

## Usage

### Initialize a project:

```bash
makelovr init
```

### Build the game:

```bash
makelovr build
```
