Updated to version 2.0: changed display backend to moderngl_window.

This commit is contained in:
2024-02-10 20:31:06 -07:00
parent ddc97b9233
commit 139cfc6ab7
8 changed files with 514 additions and 17 deletions

View File

@ -23,7 +23,7 @@ if os.path.exists(readme_path):
setup(
long_description=readme,
name="displayarray",
version="1.3.1",
version="2.0.0",
description="Tool for displaying numpy arrays.",
python_requires="==3.*,>=3.7.0",
project_urls={"repository": "https://github.com/simleek/displayarray"},