Skip to content

Commit 06eb0a8

Browse files
committed
Updated packaging notes
1 parent 89401cf commit 06eb0a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 1. Upload to PyPI:
2-
# python3 setup.py sdist
2+
# (Note: Building 'bdist_wheel' requires package 'wheel')
3+
# python3 setup.py sdist bdist_wheel
34
# twine upload dist/*
45
#
56
# 2. Check if everything looks all right: https://pypi.python.org/pypi/SoMaJo

0 commit comments

Comments
 (0)