mirror of
https://github.com/simonw/dclient.git
synced 2026-09-22 00:14:15 +02:00
Swap appdirs for click.get_app_dir(), change dir from dclient to io.datasette.dclient - closes #10
This commit is contained in:
parent
c0d25a7512
commit
055d6a6ffc
2 changed files with 2 additions and 3 deletions
2
setup.py
2
setup.py
|
|
@ -31,7 +31,7 @@ setup(
|
|||
"datasette": ["client = dclient.plugin"],
|
||||
"console_scripts": ["dclient = dclient.cli:cli"],
|
||||
},
|
||||
install_requires=["click", "httpx", "appdirs"],
|
||||
install_requires=["click", "httpx"],
|
||||
extras_require={
|
||||
"test": [
|
||||
"pytest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue