File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 long_description = fh .read ()
55
66setuptools .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" ,
3030 "License :: OSI Approved :: MIT License" ,
3131 "Operating System :: OS Independent" ,
3232 ],
33- python_requires = '>=3.7' ,
34-
33+ python_requires = ">=3.7" ,
3534)
You can’t perform that action at this time.
0 commit comments