mlymath 0.4.1__tar.gz → 0.4.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,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mlymath
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: 一个用于数学计算的Python库
5
5
  Author: mly
6
6
  Classifier: Programming Language :: Python :: 3
@@ -16,6 +16,7 @@ Dynamic: requires-python
16
16
  Dynamic: summary
17
17
 
18
18
  #### 由mly创建的与数学有关的工具库
19
+ # 现已停止所有维护,请使用分支xyztools
19
20
  ##### 附属模块:
20
21
  - mlymath.math 数学模块
21
22
  - gcd(*nums: int) -> int: 计算多个整数的最大公约数
@@ -1,4 +1,5 @@
1
1
  #### 由mly创建的与数学有关的工具库
2
+ # 现已停止所有维护,请使用分支xyztools
2
3
  ##### 附属模块:
3
4
  - mlymath.math 数学模块
4
5
  - gcd(*nums: int) -> int: 计算多个整数的最大公约数
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mlymath
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: 一个用于数学计算的Python库
5
5
  Author: mly
6
6
  Classifier: Programming Language :: Python :: 3
@@ -16,6 +16,7 @@ Dynamic: requires-python
16
16
  Dynamic: summary
17
17
 
18
18
  #### 由mly创建的与数学有关的工具库
19
+ # 现已停止所有维护,请使用分支xyztools
19
20
  ##### 附属模块:
20
21
  - mlymath.math 数学模块
21
22
  - gcd(*nums: int) -> int: 计算多个整数的最大公约数
@@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as fh:
5
5
 
6
6
  setup(
7
7
  name='mlymath',
8
- version='0.4.1',
8
+ version='0.4.2',
9
9
  packages=find_packages(),
10
10
  install_requires=[
11
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes