forked from KKKKKKKEM/bricks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kem wan
committed
Dec 27, 2023
1 parent
22237d7
commit 8f20113
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ def read_requirements(filename): | |
url='https://github.com/KKKKKKKEM/bricks.git', | ||
long_description_content_type="text/markdown", | ||
long_description=open('README.md', encoding='utf-8').read(), | ||
version="0.0.14", # 包的版本 | ||
version="0.0.15", # 包的版本 | ||
description="quickly build your crawler", # 包简介,显示在PyPI上 | ||
author="Kem", # 作者相关信息 | ||
author_email='[email protected]', | ||
|