coocan 0.0.2__tar.gz → 0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: coocan
3
- Version: 0.0.2
3
+ Version: 0.2
4
4
  Summary: Air Spider Framework
5
5
  Author: wauo
6
6
  Author-email: markadc@126.com
7
7
  Requires-Python: >=3.10
8
- Description-Content-Type: text/markdown
9
-
10
- # 项目说明
11
-
12
- - 一个轻量爬虫框架
@@ -1,12 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: coocan
3
- Version: 0.0.2
3
+ Version: 0.2
4
4
  Summary: Air Spider Framework
5
5
  Author: wauo
6
6
  Author-email: markadc@126.com
7
7
  Requires-Python: >=3.10
8
- Description-Content-Type: text/markdown
9
-
10
- # 项目说明
11
-
12
- - 一个轻量爬虫框架
@@ -1,16 +1,11 @@
1
1
  from setuptools import setup, find_packages
2
2
 
3
- with open("readme.md", "r", encoding="utf-8") as f:
4
- long_description = f.read()
5
-
6
3
  setup(
7
4
  name="coocan",
8
- version="0.0.2",
5
+ version="0.2",
9
6
  author="wauo",
10
7
  author_email="markadc@126.com",
11
8
  description="Air Spider Framework",
12
9
  packages=find_packages(),
13
10
  python_requires=">=3.10",
14
- long_description=long_description,
15
- long_description_content_type="text/markdown",
16
11
  )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes