~dc2/dc2/dc2-0.2

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Stephan Adig
  • Date: 2012-03-05 13:19:23 UTC
  • Revision ID: sh@sourcecode.de-20120305131923-9lwkfry5unyv9rhg
Updated setup.py to install dc2-nfsroot script

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
      author_email="sh@sourcecode.de",
31
31
      url="http://launchpad.net/dc2",
32
32
      packages=['dc2','dc2.distrotools','dc2.distrotools.config','dc2.distrotools.actions'],
33
 
      scripts=['scripts/dc2-mirror']
 
33
      scripts=[
 
34
          'scripts/dc2-mirror',
 
35
          'scripts/dc2-create-nfsroot'
 
36
          ]
34
37
)
35
38
 
36
39
setup(name="dc2.client",