Skip to content

Commit c4b3578

Browse files
committed
updating to pyproject toml
1 parent 1368daf commit c4b3578

File tree

2 files changed

+36
-35
lines changed

2 files changed

+36
-35
lines changed

pyproject.toml

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
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+

setup.cfg

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)