Skip to content

Commit 89c68b3

Browse files
committed
upd setup
1 parent 6a15f1f commit 89c68b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
55
Upload to PyPI
66
7-
python3 setup.py sdist
8-
twine upload --repository pypitest dist/python-thingsdb-X.X.X.tar.gz
9-
twine upload --repository pypi dist/python-thingsdb-X.X.X.tar.gz
7+
python setup.py sdist
8+
twine upload --repository pypitest dist/python_thingsdb-X.X.X.tar.gz
9+
twine upload --repository pypi dist/python_thingsdb-X.X.X.tar.gz
1010
"""
1111
from setuptools import setup, find_packages
1212
from thingsdb import __version__

0 commit comments

Comments
 (0)