We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea00d7 commit 666e4e8Copy full SHA for 666e4e8
1 file changed
setup.py
@@ -18,14 +18,14 @@
18
long_description="",
19
license="MIT Licence",
20
url="https://jadehh@live.com",
21
- author="opencv_tools",
+ author="jade",
22
author_email="jadehh@live.com",
23
24
packages=pack_list,
25
package_data={'': ['*.ttf']},
26
27
include_package_data=True,
28
platforms="any",
29
- install_requires=["https://gh.con.sh/https://github.com/jadehh/pythonTools/releases/download/JadeV1.5.3/jade-1.5.3-py3-none-any.whl"] # 这个项目需要的第三方库
+ install_requires=[] # 这个项目需要的第三方库
30
)
31
0 commit comments