upd gitignore
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/dist/
|
||||
*.egg-info
|
||||
/.idea/
|
||||
**/__pycache__/
|
||||
2
publish.bat
Normal file
2
publish.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
python setup.py sdist
|
||||
python -m twine upload dist/*
|
||||
Reference in New Issue
Block a user