diff --git a/uploadProject.py b/uploadProject.py deleted file mode 100644 index 6d137ba..0000000 --- a/uploadProject.py +++ /dev/null @@ -1,5 +0,0 @@ -from os import system - -system('python setup.py sdist bdist_wheel') -system('twine upload dist/*') -system('rmdir /s /q build dist ipars.egg-info')