1
1
mirror of https://github.com/neosubhamoy/pytubepp.git synced 2025-12-19 20:33:08 +05:30

(refactor): fixed toml indentations

This commit is contained in:
2024-10-22 15:30:42 +05:30
parent 8e8c0670f5
commit 417e605a37

View File

@@ -15,35 +15,35 @@ license = {text = "MIT"}
keywords = ["youtube", "download", "video", "pytube", "cli"] keywords = ["youtube", "download", "video", "pytube", "cli"]
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Environment :: Console", "Environment :: Console",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Natural Language :: English", "Natural Language :: English",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
"Programming Language :: Python", "Programming Language :: Python",
"Topic :: Internet", "Topic :: Internet",
"Topic :: Multimedia :: Video", "Topic :: Multimedia :: Video",
"Topic :: Multimedia :: Sound/Audio :: Conversion", "Topic :: Multimedia :: Sound/Audio :: Conversion",
"Topic :: Multimedia :: Video :: Conversion", "Topic :: Multimedia :: Video :: Conversion",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Terminals", "Topic :: Terminals",
"Topic :: Utilities", "Topic :: Utilities",
] ]
dependencies = [ dependencies = [
"pytubefix", "pytubefix",
"requests", "requests",
"ffmpy", "ffmpy",
"mutagen", "mutagen",
"tabulate", "tabulate",
"tqdm", "tqdm",
"appdirs", "appdirs",
"setuptools", "setuptools",
] ]
[project.scripts] [project.scripts]