-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 771 Bytes
/
Copy pathpyproject.toml
File metadata and controls
29 lines (26 loc) · 771 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
29
[build-system]
requires = ["hatchling >= 1.27.0"]
build-backend = "hatchling.build"
[project]
name = "RidersPyTools"
version = "0.0.2"
authors = [
{ name="KidChameleon", email="smasih2020@gmail.com" },
]
description = "Tools to read/write data and scripts for Sonic Riders (GC) & mods on dolphin"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"dolphin-memory-engine>=1.3.0"
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.urls]
Homepage = "https://github.com/KidWizardOfTheWeb/RidersPyTools"
Issues = "https://github.com/KidWizardOfTheWeb/RidersPyTools/issues"
[tool.hatch.build.targets.wheel]
packages = ["src/RidersPyTools_KC"]