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

credit

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