diff --git a/distribuite.bat b/distribuite.bat new file mode 100644 index 0000000..28e4c66 --- /dev/null +++ b/distribuite.bat @@ -0,0 +1,2 @@ +python setup.py sdist upload -r pypi +python setup.py bdist_wheel upload -r pypi