bilta-gilata1 / pyproject.toml
hyperpixel123's picture
Add gallery, discoverability tags, and launch kit
f7b72c0 verified
Raw
History Blame Contribute Delete
805 Bytes
[build-system]
requires = ["hatchling>=1.26"]
build-backend = "hatchling.build"
[project]
name = "bilta-gilata1"
version = "1.0.0"
description = "Local Apple-Silicon pixel-art generator with 65 Aseprite palettes"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["mflux==0.18.1", "Pillow>=10"]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: MacOS :: MacOS X",
"Environment :: Console",
"Topic :: Multimedia :: Graphics",
]
[project.scripts]
bilta-gilata1 = "bilta_gilata1.cli:main"
[project.urls]
Homepage = "https://huggingface.co/hyperpixel123/bilta-gilata1"
[tool.hatch.build.targets.wheel]
packages = ["src/bilta_gilata1"]
[tool.hatch.build.targets.sdist]
include = ["src/bilta_gilata1", "README.md", "THIRD_PARTY_NOTICES.md", "pyproject.toml"]