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.
- {simplegeometrycalc-0.0.2 → simplegeometrycalc-0.0.6}/PKG-INFO +2 -2
- {simplegeometrycalc-0.0.2 → simplegeometrycalc-0.0.6}/README.md +1 -1
- {simplegeometrycalc-0.0.2 → simplegeometrycalc-0.0.6}/pyproject.toml +2 -2
- {simplegeometrycalc-0.0.2 → simplegeometrycalc-0.0.6}/.github/workflows/python-publish.yml +0 -0
- {simplegeometrycalc-0.0.2 → simplegeometrycalc-0.0.6}/LICENSE +0 -0
- {simplegeometrycalc-0.0.2 → simplegeometrycalc-0.0.6}/SimpleGeometryCalc/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: SimpleGeometryCalc
|
|
3
|
-
Version: 0.0.
|
|
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
|
|
17
|
+
now hopefully available via pip install SimpleGeometryCalc
|
|
18
18
|
|
|
19
19
|
:pray:
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "SimpleGeometryCalc"
|
|
7
|
-
version = "0.0.
|
|
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 = ["
|
|
17
|
+
packages = ["SimpleGeometryCalc"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|