Metadata-Version: 2.1
Name: pyleap
Version: 0.1.1
Summary: A simple 2D game engine base on pyglet
Home-page: http://github.com/XRDX/pyleap
Author: Vic Wang
Author-email: 305880887@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pyglet

# pyleap: A simple 2D game engine base on pyglet

upload to pypi
```shell
$ python setup.py sdist bdist_wheel
$ twine upload dist/* -u VicWang -p PYPI******
```

pyinstaller

```shell
$ pyinstaller -F leap_server.py -i pyleap.ico
```





