Skip to content

Commit

Permalink
Create pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousX86 committed Dec 6, 2023
1 parent 1968f3e commit 1421980
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "yt-api-playlists"
version = "1.0.0"
authors = [
{ name="AnonymousX86", email="[email protected]" }
]
description = "YouTube API wrapper for playlists."
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]

[project.urls]
Homepage = "https://github.com/AnonymousX86/yt-api"
Issues = "https://github.com/AnonymousX86/yt-api/issues"

0 comments on commit 1421980

Please sign in to comment.