mirror of
https://github.com/csd4ni3l/wizard_vs_irs.git
synced 2025-11-05 02:58:23 +01:00
29 lines
650 B
TOML
29 lines
650 B
TOML
[project]
|
|
name = "wizard-vs-irs"
|
|
version = "0.1.4"
|
|
description = "Wizard vs IRS"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"arcade==3.2.0",
|
|
"pypresence>=4.3.0",
|
|
]
|
|
classifiers = [
|
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3.11",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|
|
[project.scripts]
|
|
wizard-vs-irs = "wizard_vs_irs.run:main"
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools]
|
|
include-package-data = true
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."] |