Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
credit
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardforcel committed Jan 21, 2020
1 parent 762e7e4 commit 1b8435d
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
10 changes: 0 additions & 10 deletions BiliDrive/__init__.py

This file was deleted.

10 changes: 10 additions & 0 deletions BiliDriveEx/__init__.py
@@ -0,0 +1,10 @@
#!/usr/bin/env python3.7
# -*- coding: utf-8 -*-

"""BiliDriveEx 哔哩哔哩云 Ex
https://github.com/apachecn/BiliDriveEx"""

__author__ = "ApacheCN"
__email__ = "apachecn@163.com"
__license__ = "SATA"
__version__ = "2019.01.22"
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions LICENSE
@@ -1,8 +1,8 @@
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
Expand Down
16 changes: 8 additions & 8 deletions setup.py
Expand Up @@ -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()
Expand All @@ -11,11 +11,11 @@
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",
Expand All @@ -30,7 +30,7 @@
"Topic :: Internet :: WWW/HTTP",
"Topic :: Utilities",
],
description="☁️ 哔哩哔哩云,支持任意文件的全速上传与下载",
description="☁️ 哔哩哔哩云 Ex,支持任意文件的全速上传与下载",
long_description=long_description,
long_description_content_type="text/markdown",
keywords=[
Expand All @@ -50,7 +50,7 @@
python_requires=">=3.6",
entry_points={
'console_scripts': [
"BiliDrive=BiliDrive.__main__:main",
"bdex=BiliDriveEx.__main__:main",
],
},
packages=setuptools.find_packages(),
Expand Down

0 comments on commit 1b8435d

Please sign in to comment.