sarugaku / plette

Structured Pipfile and Pipfile.lock models.
ISC License
7 stars 7 forks source link

bump setuptools version #33

Closed ucodery closed 1 year ago

ucodery commented 1 year ago

Fixes #32. setuptools is also in Pipfile.lock, but at a very new version.

Now:

❯ pip list
Package    Version
---------- -------
pip        21.2.4
setuptools 61.0.0
wheel      0.28.0
❯ python setup.py sdist bdist_wheel
running sdist
...
❯ ls dist/
total 88
-rw-r--r--  1 jeremyp  staff    31K Oct 25 13:09 plette-0.4.2-py2.py3-none-any.whl
-rw-r--r--  1 jeremyp  staff    10K Oct 25 13:09 plette-0.4.2.tar.gz