fix: install CLI in package

This commit is contained in:
Raphaël Vinot 2021-04-16 00:34:25 +02:00
parent ebd7cb0399
commit 84d4586503
3 changed files with 1 additions and 1 deletions

0
client/bin/__init__.py Normal file
View file

0
client/bin/pypssl → client/bin/pssl.py Executable file → Normal file
View file

View file

@ -22,7 +22,7 @@ classifiers = [
]
[tool.poetry.scripts]
pypssl = "bin.pypssl:main"
pssl = "bin.pssl:main"
[tool.poetry.dependencies]
python = "^3.6"