Skip to content

Commit 1c88ea2

Browse files
committed
Fix an error in settings
1 parent 948a60c commit 1c88ea2

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
@@ -28,7 +28,7 @@
2828
description="The Bolt Framework for Python",
2929
long_description=long_description,
3030
long_description_content_type="text/markdown",
31-
url="https://github.com/slackapi/boseratlt-python",
31+
url="https://github.com/slackapi/bolt-python",
3232
packages=setuptools.find_packages(
3333
exclude=["examples", "integration_tests", "tests", "tests.*",]
3434
),

0 commit comments

Comments
 (0)