Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jun 7, 2023
1 parent 7d5a925 commit e159dfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[project]
name = "YTDownloader"
version = "1.4.2"
version = "1.5"
description = "A program to download any YouTube video or playlist"
readme = "README.md"
license = { text = "MIT" }
authors = [{ name = "realshouzy" }]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11 :: Only",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython"
]
requires-python = ">=3.11"
requires-python = ">=3.10"
dependencies = ["pytube", "PySimpleGUI"]

[tool.black]
Expand Down

0 comments on commit e159dfe

Please # to comment.