Skip to content

Commit

Permalink
2.2.2: add utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
codeif committed Feb 25, 2022
1 parent 03c0bd1 commit 40eff10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env python
from setuptools import find_packages, setup

with open("README.rst") as f:
with open("README.rst", encoding="utf-8") as f:
readme = f.read()


setup(
name="qcos",
version="2.2.1",
version="2.2.2",
description="腾讯云对象存储库,支持命令行",
long_description=readme,
author="codeif",
Expand Down

0 comments on commit 40eff10

Please sign in to comment.