mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 01:44:31 +02:00
Update description, don't package tests/
This commit is contained in:
parent
0b1af42ead
commit
8ab7dcb4f9
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -15,13 +15,13 @@ def get_long_description():
|
|||
|
||||
setup(
|
||||
name="sqlite-utils",
|
||||
description="Python utility functions for manipulating SQLite databases",
|
||||
description="CLI tool and Python utility functions for manipulating SQLite databases",
|
||||
long_description=get_long_description(),
|
||||
long_description_content_type="text/markdown",
|
||||
author="Simon Willison",
|
||||
version=VERSION,
|
||||
license="Apache License, Version 2.0",
|
||||
packages=find_packages(),
|
||||
packages=find_packages(exclude="tests"),
|
||||
install_requires=["click", "click-default-group", "tabulate"],
|
||||
setup_requires=["pytest-runner"],
|
||||
extras_require={"test": ["pytest", "black"]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue