Skip to content

Commit 3628356

Browse files
authored
fix: fix pkg name to comply with pypi (#2413)
1 parent 04e9781 commit 3628356

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
@@ -22,7 +22,7 @@ def desc():
2222

2323

2424
setup(
25-
name="flask-appbuilder",
25+
name="flask_appbuilder",
2626
version=version,
2727
url="https://github.com/dpgaspar/flask-appbuilder/",
2828
license="BSD",

0 commit comments

Comments
 (0)