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