Closed mojeto closed 6 years ago
Small changes I made during investigating #103
make publish-test
make sdist
rm dist/* ; python setup.py sdist
rm dist/* && python setup.py sdist
rm
dist/
with open
README.md
Small changes I made during investigating #103
make publish-test
command added to push to test pypimake sdist
command added to share the build commandrm dist/* ; python setup.py sdist
instead ofrm dist/* && python setup.py sdist
becauserm
may fail ifdist/
directory emptywith open
to closeREADME.md
file