diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..adbc4e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/dist/ +*.egg-info +/.idea/ +**/__pycache__/ \ No newline at end of file diff --git a/publish.bat b/publish.bat new file mode 100644 index 0000000..240c3ce --- /dev/null +++ b/publish.bat @@ -0,0 +1,2 @@ +python setup.py sdist +python -m twine upload dist/* \ No newline at end of file