diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-04 20:30:21 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-04 20:41:19 +0200 |
commit | ef471a603e754964dde7e6e1074656528f2c2f41 (patch) | |
tree | edd9f00afb3bd7c4ea7449451573b06408d4e4ee /cheat/.cheat/pypi | |
parent | c1c0857f7a816b5b3f10fd3554b8bb9b24d1e193 (diff) | |
download | dotfiles_ascii-ef471a603e754964dde7e6e1074656528f2c2f41.tar.xz dotfiles_ascii-ef471a603e754964dde7e6e1074656528f2c2f41.zip |
Add some cheat
Diffstat (limited to 'cheat/.cheat/pypi')
-rw-r--r-- | cheat/.cheat/pypi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cheat/.cheat/pypi b/cheat/.cheat/pypi new file mode 100644 index 0000000..04c11ad --- /dev/null +++ b/cheat/.cheat/pypi @@ -0,0 +1,10 @@ +More about packaging: +https://packaging.python.org/tutorials/packaging-projects/ + +# generated package + +python setup.py sdist bdist_wheel + +# upload package + +python -m twine upload dist/* |