Browse Source

install scripts.

Jelmer Vernooij 16 years ago
parent
commit
b013c3bfb0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -19,4 +19,5 @@ setup(name='dulwich',
       in one of the Monty Python sketches.
       in one of the Monty Python sketches.
       """,
       """,
       packages=['dulwich', 'dulwich.tests'],
       packages=['dulwich', 'dulwich.tests'],
+      scripts=['bin/dulwich', 'bin/dul-daemon'],
       )
       )