mirror of
https://github.com/simonw/dclient.git
synced 2026-09-27 20:34:14 +02:00
Register as a Datasette plugin too, refs #4
This commit is contained in:
parent
d71919fe24
commit
02cf4c0cf2
2 changed files with 12 additions and 4 deletions
8
setup.py
8
setup.py
|
|
@ -27,10 +27,10 @@ setup(
|
|||
license="Apache License, Version 2.0",
|
||||
version=VERSION,
|
||||
packages=["dclient"],
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
dclient=dclient.cli:cli
|
||||
""",
|
||||
entry_points={
|
||||
"datasette": ["client = dclient.plugin"],
|
||||
"console_scripts": ["dclient = dclient.cli:cli"],
|
||||
},
|
||||
install_requires=["click", "httpx", "appdirs"],
|
||||
extras_require={"test": ["pytest", "pytest-httpx", "cogapp", "pytest-mock"]},
|
||||
python_requires=">=3.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue