~edwargix/git.sr.ht

b7e47ab09119b6cb8016d97166254f369d0d0a1e — Drew DeVault 7 years ago 6c1c32e
Remove deprecated symlinks from setup.py
1 files changed, 0 insertions(+), 6 deletions(-)

M setup.py
M setup.py => setup.py +0 -6
@@ 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',
  ]
)