We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971a7aa commit b450ff0Copy full SHA for b450ff0
setup.cfg
@@ -25,7 +25,7 @@ install_requires =
25
sshtunnel
26
tablecrow>=1.4.3
27
teek
28
- typepigeon
+ typepigeon>=1.0.11
29
typer
30
31
[options.extras_require]
@@ -49,5 +49,5 @@ documentation =
49
50
[options.entry_points]
51
console_scripts =
52
- packetraven=packetraven.packetraven:packetraven_command
+ packetraven=packetraven.__main__:main
53
0 commit comments