提交 1b8435d0 编写于 作者: W wizardforcel

credit

上级 762e7e40
#!/usr/bin/env python3.7
# -*- coding: utf-8 -*-
"""BiliDrive 哔哩哔哩云
https://github.com/Hsury/BiliDrive"""
"""BiliDriveEx 哔哩哔哩云 Ex
https://github.com/apachecn/BiliDriveEx"""
__author__ = "Hsury"
__email__ = "i@hsury.com"
__author__ = "ApacheCN"
__email__ = "apachecn@163.com"
__license__ = "SATA"
__version__ = "2019.12.22"
__version__ = "2019.01.22"
The Star And Thank Author License (SATA)
Copyright © 2019 Hsury(i@hsury.com)
Copyright © 2019 ApacheCN(apachecn@163.com)
Project Url: https://github.com/Hsury/BiliDrive
Project Url: https://github.com/apachecn/BiliDriveEx
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
......@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
import setuptools
import BiliDrive
import BiliDriveEx
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
......@@ -11,11 +11,11 @@ with open("requirements.txt", "r", encoding="utf-8") as fh:
install_requires = fh.read().splitlines()
setuptools.setup(
name="BiliDrive",
version=BiliDrive.__version__,
url="https://github.com/Hsury/BiliDrive",
author=BiliDrive.__author__,
author_email=BiliDrive.__email__,
name="BiliDriveEx",
version=BiliDriveEx.__version__,
url="https://github.com/apachecn/BiliDriveEx",
author=BiliDriveEx.__author__,
author_email=BiliDriveEx.__email__,
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
......@@ -30,7 +30,7 @@ setuptools.setup(
"Topic :: Internet :: WWW/HTTP",
"Topic :: Utilities",
],
description="☁️ 哔哩哔哩云,支持任意文件的全速上传与下载",
description="☁️ 哔哩哔哩云 Ex,支持任意文件的全速上传与下载",
long_description=long_description,
long_description_content_type="text/markdown",
keywords=[
......@@ -50,7 +50,7 @@ setuptools.setup(
python_requires=">=3.6",
entry_points={
'console_scripts': [
"BiliDrive=BiliDrive.__main__:main",
"bdex=BiliDriveEx.__main__:main",
],
},
packages=setuptools.find_packages(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册