Skip to content

Commit 2a15c9b

Browse files
committed
Fixed typo in short description
1 parent 6015f6f commit 2a15c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_long_description():
1515

1616
setup(
1717
name="dbf-to-sqlite",
18-
description="CLCLI tool for converting DBF files (dBase, FoxPro etc) to SQLite",
18+
description="CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite",
1919
long_description=get_long_description(),
2020
long_description_content_type="text/markdown",
2121
author="Simon Willison",

0 commit comments

Comments
 (0)