Skip to content

Commit

Permalink
update: delete setuptools in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailln committed Dec 21, 2024
1 parent 40b6e3f commit b3c84c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

🔗[点击访问 DEMO](https://www.dovolopor.com/cn2an)

> 🎈 `v0.5.22 update`: replace print with warning.warn
> 🎈 `v0.5.23 update`: delete setuptools in requirements.txt
>
> 🎈 [`en2an`](https://github.com/Ailln/en2an): 「英文数字」和「阿拉伯数字」互转正在收集需求中! [详情](https://github.com/Ailln/en2an)
>
Expand Down Expand Up @@ -81,7 +81,7 @@ import cn2an

# 查看当前版本号
print(cn2an.__version__)
# 0.5.22
# 0.5.23
```

### 3.1 `中文数字` => `阿拉伯数字`
Expand Down
2 changes: 1 addition & 1 deletion cn2an/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.22"
__version__ = "0.5.23"

from .cn2an import Cn2An
from .an2cn import An2Cn
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
setuptools>=47.3.1
proces>=0.1.3
proces>=0.1.7
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
install_requires=open("./requirements.txt", "r", encoding="utf-8").read().splitlines(),
long_description=open("./README.md", "r", encoding="utf-8").read(),
long_description_content_type='text/markdown',
setup_requires=["setuptools>=70.0.0"],
zip_safe=True,
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit b3c84c6

Please sign in to comment.