Metadata-Version: 2.4
Name: saltpaper
Version: 0.0.2a0
Summary: A small game-engine/framework built on top of pygame
Author-email: Lauren Kinder <mail@hermod.uk>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame-ce>=2.4.0
Requires-Dist: numpy>=1.24.0
Dynamic: license-file

# saltPAPER

a game engine built on pygame-ce

## usage

TODO

## requirements

- Python >= 3.8
- pygame-ce >= 2.4.0
- numpy >= 1.24.0
- moderngl >= 5.8.0

## attribution
pygame-ce (LGPL license)
