-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (27 loc) · 764 Bytes
/
Copy pathpyproject.toml
File metadata and controls
28 lines (27 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[project]
name = "msdparser"
version = "3.0.0a6"
description = "Low-level parser for StepMania MSD files (SM, SSC, DWI...)"
authors = [
{ name = "Ash Garcia", email = "github@garcia.sh" }
]
license = { text = "MIT License" }
readme = "README.md"
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Games/Entertainment",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
keywords = ["stepmania", "simfile", "sm", "ssc", "dwi"]
requires-python = ">= 3.10"
[dependency-groups]
dev = [
"pytest>=8.3.2",
"black>=24.8.0",
"sphinx>=8.0.2",
"sphinx-rtd-theme~=3.0.0rc1",
"sphinx-autoapi>=3.2.1",
]