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