blob: 04c11ad23e0094948c9330698ccaf3658fb0a7ae (
plain)
1
2
3
4
5
6
7
8
9
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/*
|