Skip to content

Commit

Permalink
init.py exports pyfloat
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1l0n committed Apr 27, 2023
1 parent 1e54b12 commit 5dbde0a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
Binary file modified dist/pyfloat-0.0.1-py3-none-any.whl
Binary file not shown.
Binary file modified dist/pyfloat-0.0.1.tar.gz
Binary file not shown.
Binary file added dist/pyfloat-0.0.2-py3-none-any.whl
Binary file not shown.
Binary file added dist/pyfloat-0.0.2.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyfloat"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name="Jesus Manresa Parres", email="dev-jesusmanresaparres@protonmail.com" },
]
Expand All @@ -21,5 +21,5 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project.urls]
homepage = "https://github.com/sh1l0n/pyfloats"
repository = "https://github.com/sh1l0n/pyfloats"
"Homepage" = "https://github.com/sh1l0n/pyfloats"
"Repository" = "https://github.com/sh1l0n/pyfloats"
6 changes: 3 additions & 3 deletions src/pyfloat.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Metadata-Version: 2.1
Name: pyfloat
Version: 0.0.1
Version: 0.0.2
Summary: Python Library for doing math operations with floats without lossing precission
Author-email: Jesus Manresa Parres <dev-jesusmanresaparres@protonmail.com>
Project-URL: homepage, https://github.com/sh1l0n/pyfloats
Project-URL: repository, https://github.com/sh1l0n/pyfloats
Project-URL: Homepage, https://github.com/sh1l0n/pyfloats
Project-URL: Repository, https://github.com/sh1l0n/pyfloats
Keywords: decimal,float,double,truncate,floor,math
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Expand Down
1 change: 1 addition & 0 deletions src/pyfloat/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .pyfloat import PyFloat

0 comments on commit 5dbde0a

Please sign in to comment.