mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 19:04:32 +02:00
Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
903d74497d |
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -15,7 +15,7 @@ def get_long_description():
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="sqlite-utils",
|
name="sqlite-utils",
|
||||||
description="CLI tool and Python library for manipulating SQLite databases",
|
description="CLI tool and Python library for creating and manipulating SQLite databases",
|
||||||
long_description=get_long_description(),
|
long_description=get_long_description(),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
author="Simon Willison",
|
author="Simon Willison",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue