mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-18 07:36:25 -08:00
feat(readme):updated readme
This commit is contained in:
4
setup.py
4
setup.py
@@ -5,6 +5,7 @@ from setuptools import find_packages, setup
|
||||
|
||||
assert sys.version_info >= (3, 10, 0), "FastAnime requires python 3.10+"
|
||||
|
||||
|
||||
path = os.path.abspath(".")
|
||||
|
||||
kv_file_paths = []
|
||||
@@ -49,12 +50,13 @@ if __name__ == "__main__":
|
||||
"kivymd @ https://github.com/kivymd/KivyMD/archive/master.zip",
|
||||
"ffpyplayer",
|
||||
"yt-dlp",
|
||||
"pyshortcuts",
|
||||
],
|
||||
setup_requires=[],
|
||||
python_requires=">=3.10",
|
||||
entry_points={
|
||||
"gui_scripts": [
|
||||
"fastanime = fastanime.__main__:get_hook_dirs",
|
||||
"fastanime = fastanime.__main__:run_app",
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user