Changeset 14189


Ignore:
Timestamp:
07/06/12 09:21:55 (12 years ago)
Author:
ramonb
Message:

setup.py:

  • changed templates
Location:
branches/1.0/sara_cmt
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/sara_cmt/setup.py

    r14181 r14189  
    3030    url = 'http://subtrac.sara.nl/oss/cmt/',
    3131    #download_url = ''
    32     author = 'Sil Westerveld',
    33     author_email = 'sil.westerveld@sara.nl',
     32    author = 'CMT Development team',
     33    author_email = 'cmt-users@lists.osd.sara.nl',
    3434    license = 'GPL',
    3535    #long_description = open('README').read(),
     
    3838Networking Services, which is based in Amsterdam and known as SARA nowadays.''',
    3939
    40     platforms = ['linux-x86_64'],
     40    platforms = ['linux-x86_64', 'linux-i386' ],
    4141
    4242    # see: http://pypi.python.org/pypi?:action=list_classifiers
     
    120120        # examples of CMT-templates
    121121        ('share/doc/cmt/templates/examples', [
    122             'templates/examples/base_allnodes.cmt',
    123             'templates/examples/cnames.cmt',
    124             'templates/examples/first_test.cmt',
    125             'templates/examples/gina_allnodes.cmt',
    126             'templates/examples/header',
    127             'templates/examples/lisa_allnodes.cmt'
     122            'templates/examples/simple_cnames.cmt',
     123            'templates/examples/simple_hostnames.cmt',
     124            'templates/examples/simple_dhcpd.conf.cmt',
     125            'templates/examples/complex_dns.cmt'
    128126        ]),
    129127        # executable
Note: See TracChangeset for help on using the changeset viewer.