Add Click as a dependency

This commit is contained in:
Nick Chambers 2022-08-18 02:58:22 -05:00
parent 57a1dfa7b8
commit 2b6cbee91d
1 changed files with 4 additions and 5 deletions

View File

@ -3,13 +3,12 @@ name = vultron
version = 0.1.0 version = 0.1.0
[options] [options]
packagee_dir =
= vultron
packages = packages =
vultron vultron
vultron.api
install_requires =
click
[options.entry_points] [options.entry_points]
console_scripts = console_scripts =
vultron = vultron.vultron:main vultron = vultron.vultron:app