Skip to content

Commit f27831d

Browse files
committed
Fix setup.py command
1 parent 32ef49b commit f27831d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
os.system('python setup.py sdist')
1919
os.system('twine upload dist/django-bootstrap4-{}.tar.gz'.format(VERSION))
2020

21-
message = '\nreleased [{version}](https://pypi.python.org/pypi/django-bootstrap4/{version})'
21+
message = '\nreleased [{version}](https://pypi.python.org/pypi/django-bootstrap3/{version})'
2222
print(message.format(version=VERSION))
2323
sys.exit()
2424

0 commit comments

Comments
 (0)