Add Documentation
This commit is contained in:
parent
e9c88a77e3
commit
75f83da2eb
@ -21,7 +21,7 @@ setup(
|
|||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
url="https://github.com/lich0821/WeChatFerry",
|
url="https://github.com/lich0821/WeChatFerry",
|
||||||
python_requires='>=3.7',
|
python_requires=">=3.7",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
@ -37,4 +37,8 @@ setup(
|
|||||||
"Operating System :: Microsoft :: Windows",
|
"Operating System :: Microsoft :: Windows",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
],
|
],
|
||||||
|
project_urls={
|
||||||
|
"Documentation": "https://wechatferry.readthedocs.io/zh/latest/index.html",
|
||||||
|
"GitHub": "https://github.com/lich0821/WeChatFerry/",
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user