mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Use pip install -e .[docs] for documentation dependencies
This commit is contained in:
parent
f70e35c9bb
commit
a8ecf95f11
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
|
@ -24,7 +24,10 @@ setup(
|
|||
packages=find_packages(exclude="tests"),
|
||||
install_requires=["click", "click-default-group", "tabulate"],
|
||||
setup_requires=["pytest-runner"],
|
||||
extras_require={"test": ["pytest", "black"]},
|
||||
extras_require={
|
||||
"test": ["pytest", "black"],
|
||||
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
|
||||
},
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
sqlite-utils=sqlite_utils.cli:cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue