mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 12:24:11 +02:00
Rename utility functions to library
This commit is contained in:
parent
529110e7d8
commit
52ddb0b9ff
3 changed files with 3 additions and 3 deletions
|
|
@ -187,7 +187,7 @@ texinfo_documents = [
|
||||||
"sqlite-utils documentation",
|
"sqlite-utils documentation",
|
||||||
author,
|
author,
|
||||||
"sqlite-utils",
|
"sqlite-utils",
|
||||||
"Python utility functions for manipulating SQLite databases",
|
"Python library for manipulating SQLite databases",
|
||||||
"Miscellaneous",
|
"Miscellaneous",
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
.. |discord| image:: https://img.shields.io/discord/823971286308356157?label=discord
|
.. |discord| image:: https://img.shields.io/discord/823971286308356157?label=discord
|
||||||
:target: https://discord.gg/Ass7bCAMDw
|
:target: https://discord.gg/Ass7bCAMDw
|
||||||
|
|
||||||
*CLI tool and Python utility functions for manipulating SQLite databases*
|
*CLI tool and Python library for manipulating SQLite databases*
|
||||||
|
|
||||||
This library and command-line utility helps create SQLite databases from an existing collection of data.
|
This library and command-line utility helps create SQLite databases from an existing collection of data.
|
||||||
|
|
||||||
|
|
|
||||||
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 utility functions for manipulating SQLite databases",
|
description="CLI tool and Python library for 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