SimpleGeometryCalc 0.0.2__tar.gz → 0.0.6__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.4
2
2
  Name: SimpleGeometryCalc
3
- Version: 0.0.2
3
+ Version: 0.0.6
4
4
  Summary: A small library to calculate most variables of shapes from just one!
5
5
  Author: Tatpoato
6
6
  License-File: LICENSE
@@ -14,6 +14,6 @@ A simple python library to calculate variables of shapes with only one input.
14
14
 
15
15
  # Pip
16
16
 
17
- now hopefully available via pip install ShapeCalc
17
+ now hopefully available via pip install SimpleGeometryCalc
18
18
 
19
19
  :pray:
@@ -5,6 +5,6 @@ A simple python library to calculate variables of shapes with only one input.
5
5
 
6
6
  # Pip
7
7
 
8
- now hopefully available via pip install ShapeCalc
8
+ now hopefully available via pip install SimpleGeometryCalc
9
9
 
10
10
  :pray:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "SimpleGeometryCalc"
7
- version = "0.0.2"
7
+ version = "0.0.6"
8
8
  description = "A small library to calculate most variables of shapes from just one!"
9
9
  authors = [
10
10
  { name = "Tatpoato" }
@@ -14,4 +14,4 @@ readme = "README.md"
14
14
  # license = "Custom / Non modifiable for Commercial use."
15
15
 
16
16
  [tool.hatch.build.targets.wheel]
17
- packages = ["SimpleGeometry"]
17
+ packages = ["SimpleGeometryCalc"]