mirror of
https://github.com/adulau/crl-monitor.git
synced 2024-11-21 17:47:09 +00:00
fix: install CLI in package
This commit is contained in:
parent
ebd7cb0399
commit
84d4586503
3 changed files with 1 additions and 1 deletions
0
client/bin/__init__.py
Normal file
0
client/bin/__init__.py
Normal file
0
client/bin/pypssl → client/bin/pssl.py
Executable file → Normal file
0
client/bin/pypssl → client/bin/pssl.py
Executable file → Normal file
|
@ -22,7 +22,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
pypssl = "bin.pypssl:main"
|
||||
pssl = "bin.pssl:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
|
|
Loading…
Reference in a new issue