Skip to content

Commit

Permalink
latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Parmer authored and Jack Parmer committed Jul 7, 2024
1 parent bcb6583 commit d7e24e1
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added dist/voxel_world-0.1.3-py2.py3-none-any.whl
Binary file not shown.
Binary file added dist/voxel_world-0.1.3.tar.gz
Binary file not shown.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ authors = [
{name = "JP", email = "[email protected]"}
]
description = "Delicious Voxel worlds in Python"
version = "0.1.2"
version = "0.1.3"
readme = "README.md"
requires-python = ">=3.7"
dependencies = [
"vnoise",
"numpy",
"pillow",
"matplotlib",
"IPython"
"IPython",
"pathlib",
"binascii",
"textwrap",
"webbrowser"
]

[tool.distutils.bdist_wheel]
Expand Down
6 changes: 5 additions & 1 deletion src/voxel_world.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: voxel_world
Version: 0.1.2
Version: 0.1.3
Summary: Delicious Voxel worlds in Python
Author-email: JP <[email protected]>
Requires-Python: >=3.7
Expand All @@ -11,6 +11,10 @@ Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: matplotlib
Requires-Dist: IPython
Requires-Dist: pathlib
Requires-Dist: binascii
Requires-Dist: textwrap
Requires-Dist: webbrowser

# VoxelWorld
Create delicious Voxel worlds in Python
Expand Down
1 change: 1 addition & 0 deletions src/voxel_world.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
LICENSE
README.md
compression_animation.gif
pyproject.toml
pyvenv.cfg
voxel_animation.gif
Expand Down
4 changes: 4 additions & 0 deletions src/voxel_world.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ numpy
pillow
matplotlib
IPython
pathlib
binascii
textwrap
webbrowser

0 comments on commit d7e24e1

Please sign in to comment.