We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9955e49 commit eb1040cCopy full SHA for eb1040c
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pygame-matplotlib
3
-version = 0.1
+version = 0.2
4
author = Lionel42
5
description = A matplotlib backend using pygame.
6
long_description = file: README.md
@@ -11,6 +11,7 @@ url = https://github.com/lionel42/pygame-matplotlib-backend
11
project_urls =
12
Source Code = https://github.com/lionel42/pygame-matplotlib-backend
13
matplotlib = https://matplotlib.org/stable/index.html
14
+ pygame = https://www.pygame.org
15
classifiers =
16
Development Status :: 3 - Alpha
17
Programming Language :: Python :: 3
0 commit comments