Skip to content

Commit 8b69a40

Browse files
authored
pypi bumps
Signed-off-by: Prakhar Shukla <SmokenX1@gmail.com>
1 parent 9ab572a commit 8b69a40

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

setup.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="youtube-search-python",
7+
name="yt-search-python",
88
version="2.0.0",
99
author="Prakhar",
10-
license='MIT',
10+
license="MIT",
1111
author_email="srvopus@gmail.com",
1212
description="Search YouTube contents without YouTube Data API v3. Professionally maintained fork with modern Python support. Sync & async support.",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
15-
url="https://github.com/BillaSpace/youtube-search-python",
15+
url="https://github.com/BillaSpace/yt-search-python",
1616
packages=setuptools.find_packages(),
1717
include_package_data=True,
1818
zip_safe=False,
1919
install_requires=[
20-
'httpx>=0.28.1'
20+
"httpx>=0.28.1"
2121
],
2222
classifiers=[
2323
"Programming Language :: Python :: 3",
@@ -30,6 +30,5 @@
3030
"License :: OSI Approved :: MIT License",
3131
"Operating System :: OS Independent",
3232
],
33-
python_requires='>=3.7',
34-
33+
python_requires=">=3.7",
3534
)

0 commit comments

Comments
 (0)