pythagix 0.2.2__tar.gz → 0.2.3__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,9 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythagix
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A mathy Python package with utilities like LCM, triangle numbers, etc.
5
5
  Author: UltraQuantumScriptor
6
6
  License: MIT
7
+ Project-URL: Homepage, https://github.com/UltraQuantumScriptor/pythagix
8
+ Project-URL: Source, https://github.com/UltraQuantumScriptor/pythagix
9
+ Project-URL: Bug Tracker, https://github.com/UltraQuantumScriptor/pythagix/issues
7
10
  Keywords: math,prime,LCM,triangle numbers,gcd,utilities
8
11
  Classifier: Programming Language :: Python :: 3
9
12
  Classifier: License :: OSI Approved :: MIT License
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pythagix"
3
- version = "0.2.2"
3
+ version = "0.2.3"
4
4
  description = "A mathy Python package with utilities like LCM, triangle numbers, etc."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.6"
@@ -14,3 +14,5 @@ classifiers = [
14
14
  ]
15
15
  dependencies = []
16
16
  keywords = ["math", "prime", "LCM", "triangle numbers", "gcd", "utilities"]
17
+ urls = { "Homepage" = "https://github.com/UltraQuantumScriptor/pythagix", "Source" = "https://github.com/UltraQuantumScriptor/pythagix", "Bug Tracker" = "https://github.com/UltraQuantumScriptor/pythagix/issues" }
18
+
@@ -1,9 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythagix
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A mathy Python package with utilities like LCM, triangle numbers, etc.
5
5
  Author: UltraQuantumScriptor
6
6
  License: MIT
7
+ Project-URL: Homepage, https://github.com/UltraQuantumScriptor/pythagix
8
+ Project-URL: Source, https://github.com/UltraQuantumScriptor/pythagix
9
+ Project-URL: Bug Tracker, https://github.com/UltraQuantumScriptor/pythagix/issues
7
10
  Keywords: math,prime,LCM,triangle numbers,gcd,utilities
8
11
  Classifier: Programming Language :: Python :: 3
9
12
  Classifier: License :: OSI Approved :: MIT License
@@ -6,7 +6,7 @@ with open("README.md", encoding="utf-8") as f:
6
6
 
7
7
  setup(
8
8
  name="pythagix",
9
- version="0.2.2",
9
+ version="0.2.3",
10
10
  author="UltraQuantumScriptor",
11
11
  description="A mathy Python package with utilities like LCM, triangle numbers, etc.",
12
12
  long_description=long_description,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes