Skip to content

Commit

Permalink
fix setup lost some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Aug 17, 2023
1 parent 4505df7 commit 1300345
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 7.11.1(2023-08-16)
* 修复 setup.py 打包丢失部分包(v7.11.0 引入)

## 7.11.0(2023-03-28)
* 对象存储,更新 api 默认域名
* 对象存储,新增 api 域名的配置与获取
Expand Down
2 changes: 1 addition & 1 deletion qiniu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# flake8: noqa

__version__ = '7.11.0'
__version__ = '7.11.1'

from .auth import Auth, QiniuMacAuth

Expand Down
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@

packages = [
'qiniu',
'qiniu.http',
'qiniu.http.middleware',
'qiniu.services',
'qiniu.services.storage',
'qiniu.services.processing',
'qiniu.services.compute',
'qiniu.services.cdn',
'qiniu.services.sms',
'qiniu.services.compute',
'qiniu.services.pili',
'qiniu.services.processing',
'qiniu.services.sms',
'qiniu.services.storage',
]


Expand Down

0 comments on commit 1300345

Please sign in to comment.