Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Parmer authored and Jack Parmer committed Jun 18, 2024
1 parent 164dbb7 commit c604fcb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
Binary file modified dist/voxel_world-0.0.1-py2.py3-none-any.whl
Binary file not shown.
Binary file modified dist/voxel_world-0.0.1.tar.gz
Binary file not shown.
8 changes: 7 additions & 1 deletion src/voxel_world.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Author-email: JP <[email protected]>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: noise
Requires-Dist: vnoise
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: matplotlib
Expand All @@ -16,6 +16,12 @@ Create delicious Voxel worlds in Python

## Install

### From PyPi

> pip3 install voxel_world

### From source

```sh
git clone https://github.com/jackparmer/VoxelWorld.git
cd VoxelWorld
Expand Down
5 changes: 5 additions & 0 deletions src/voxel_world.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
.DS_Store
LICENSE
README.md
pyproject.toml
.github/workflows/python-package.yml
dist/.DS_Store
dist/voxel_world-0.0.1-py2.py3-none-any.whl
dist/voxel_world-0.0.1-py3-none-any.whl
dist/voxel_world-0.0.1.tar.gz
examples/jill_of_the_jungle.py
examples/light_source.py
examples/sand_world.py
Expand Down
2 changes: 1 addition & 1 deletion src/voxel_world.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
noise
vnoise
numpy
pillow
matplotlib

0 comments on commit c604fcb

Please sign in to comment.