File size: 805 Bytes
f7b72c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[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"]