File tree Expand file tree Collapse file tree 2 files changed +36
-35
lines changed Expand file tree Collapse file tree 2 files changed +36
-35
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [
3- " setuptools>=42" ,
4- " wheel"
2+ requires = [" hatchling" ]
3+ build-backend = " hatchling.build"
4+
5+ [project ]
6+ name = " pygame-matplotlib"
7+ version = " VERSION_PLACEHOLDER"
8+ dependencies = [
9+ " matplotlib" ,
10+ " pygame >= 2.0.0" ,
11+ " pygame_gui" ,
512]
6- build-backend = " setuptools.build_meta"
13+ requires-python = " >= 3.9"
14+ authors = [
15+ {name = " Lionel42" },
16+ ]
17+ description = " A matplotlib backend using pygame."
18+ readme = " README.md"
19+ classifiers =[
20+ " Development Status :: 5 - Production/Stable" ,
21+ " License :: OSI Approved :: MIT License" ,
22+ " Operating System :: OS Independent" ,
23+ " Programming Language :: Python :: 3" ,
24+ ]
25+ keywords = [
26+ " matplotlib" ,
27+ " pygame" ,
28+ " backend" ,
29+ " plot" ,
30+ ]
31+
32+
33+
34+ [project .urls ]
35+ Homepage = " https://github.com/lionel42/pygame-matplotlib-backend"
36+ Repository = " https://github.com/lionel42/pygame-matplotlib-backend"
37+
38+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments