mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-26 10:53:34 +00:00
try making an app; commiting for highseas
This commit is contained in:
25
linux.old/pyproject.toml
Normal file
25
linux.old/pyproject.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user