mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-29 06:10:52 +00:00
25 lines
612 B
TOML
25 lines
612 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["aln"]
|
|
|
|
[project]
|
|
name = "aln"
|
|
version = "0.0.1"
|
|
authors = [
|
|
{ name="Kavish Devar", email="mail@kavishdevar.me" },
|
|
]
|
|
description = "Use your AirPods the way they were intended."
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/kavishdevar/aln"
|
|
Issues = "https://github.com/kavishdevar/aln/issues" |