reorg modules

This commit is contained in:
Richard Smith 2019-06-07 03:51:03 +01:00
parent 7262e4fa2e
commit 1d5579db6d
9 changed files with 68 additions and 63 deletions

View file

@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text()
# This call to setup() does all the work
setup(
name="raylib",
version="2.5.0.post2",
version="2.5.0.post3",
description="Python CFFI bindings for Raylib",
long_description=README,
long_description_content_type="text/markdown",