Remove deprecated symlinks from setup.py

This commit is contained in:
Drew DeVault 2019-01-07 18:12:14 -05:00
parent 6c1c32ec8a
commit b7e47ab091
1 changed files with 0 additions and 6 deletions

View File

@ -60,17 +60,11 @@ setup(
]
},
scripts = [
'git-srht-dispatch',
'gitsrht-dispatch',
'git-srht-keys',
'gitsrht-keys',
'git-srht-migrate',
'gitsrht-migrate',
'git-srht-periodic',
'gitsrht-periodic',
'git-srht-shell',
'gitsrht-shell',
'git-srht-update-hook',
'gitsrht-update-hook',
]
)