3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

setup.py: install pylink-mkpasswd as a script

This commit is contained in:
James Lu 2017-01-28 23:27:11 -08:00
parent e036449c72
commit 62c4b79e04

View File

@ -97,5 +97,5 @@ setup(
package_dir = {'pylinkirc': '.'},
# Executable scripts
scripts=["pylink"],
scripts=["pylink", "pylink-mkpasswd"],
)