You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
395 B
TOML
18 lines
395 B
TOML
[project]
|
|
name = 'triditko'
|
|
description = 'A PyGame powered tool for quickly sorting stuff into categories'
|
|
dynamic = ['version']
|
|
readme = './README.md'
|
|
|
|
# Maybe relax requirement later, idk what I use.
|
|
requires-python = '~=3.11'
|
|
dependencies = [
|
|
]
|
|
|
|
[project.gui-scripts]
|
|
triditko = 'triditko.__main__:main'
|
|
|
|
[build-system]
|
|
requires = ['flit_core >=3.2,<4']
|
|
build-backend = 'flit_core.buildapi'
|