2023-06-04 18:51:07 +02:00
|
|
|
[project]
|
|
|
|
name = "tja2fumen"
|
2023-06-04 21:27:19 +02:00
|
|
|
version = "0.0.1"
|
2023-06-04 18:51:07 +02:00
|
|
|
description = "Convert TJA chart files into fumen (.bin) chart files"
|
|
|
|
readme = "README.md"
|
|
|
|
requires-python = ">=3.8"
|
|
|
|
license = {file = "LICENSE.txt"}
|
|
|
|
keywords = ["taiko", "tatsujin", "fumen", "TJA"]
|
|
|
|
|
|
|
|
[project.urls] # Optional
|
|
|
|
"Homepage" = "https://github.com/vivaria/tja2fumen/"
|
|
|
|
"Bug Reports" = "https://github.com/vivaria/tja2fumen/issues/"
|
|
|
|
"Source" = "https://github.com/vivaria/tja2fumen/"
|
|
|
|
|
|
|
|
# The following would provide a command line executable called `sample`
|
|
|
|
# which executes the function `main` from this package when invoked.
|
|
|
|
[project.scripts] # Optional
|
|
|
|
tja2fumen = "tja2fumen:main"
|
|
|
|
|
|
|
|
[project.optional-dependencies]
|
|
|
|
build = ["pyinstaller"]
|