retronix/pkgs/joy2keyd/pyproject.toml
2024-01-11 02:07:28 +01:00

26 lines
527 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "joy2key_sdl"
version = "4.8"
dependencies = [
"PySDL2",
]
requires-python = ">=3.8"
description = "Command line joystick to keyboard translator, using SDL2 for event handling"
license = {file = "LICENSE.md"}
classifiers = [
"Programming Language :: Python"
]
[project.urls]
Repository = "https://github.com/RetroPie/RetroPie-Setup"
[project.scripts]
joy2keyd = "joy2key_sdl:main"
[tool.hatch.build]
include=["joy2key_sdl.py"]