Closed youngkiu closed 3 years ago
I implemented setup.py by referring to https://docs.python.org/3/distutils/examples.html.
@cpederkoff We have README.md and setup.py ready. Why don't you upload stl-to-voxel to PyPI as a twine? https://packaging.python.org/tutorials/packaging-projects/
$ python setup.py bdist_wheel
$ twine upload dist/stl_to_voxel-0.9.1-py3-none-any.whl
I implemented stl-to-voxel so that it can be used with
pip install
as well asgit clone
. I have informed users in advance in https://github.com/cpederkoff/stl-to-voxel/issues/31.It is also explained in the README.