Skip to content

Commit

Permalink
[vdsql-] i am the scum; fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed May 9, 2023
1 parent f813430 commit 42a7fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/apps/vdsql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def requirements():
url="https://github.com/visidata/vdsql",
python_requires=">=3.8",
packages=find_packages(exclude=["tests"]),
entry_points={'visidata.plugins': 'vdsql=visidata.apps.vdsql']},
entry_points={'visidata.plugins': 'vdsql=visidata.apps.vdsql'},
scripts=['vdsql'],
install_requires=requirements(),
)

0 comments on commit 42a7fa1

Please sign in to comment.