~klnavarro98/earth17/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: klnavarro
  • Date: 2008-11-12 00:18:20 UTC
  • Revision ID: mickey@bunny-20081112001820-24bc074df4737646
Remove install command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
      platforms='Theorically all platforms.',
29
29
      data_files = [('.', ['README', 'INSTALL', 'AUTHORS', 'COPYING',
30
30
                           'NEWS', 'ChangeLog']),
31
 
                    ('.', [os.path.join("cfg", f) for f in os.listdir("cfg")]),
 
31
                    ('cfg', [os.path.join("cfg", f) for f in os.listdir("cfg")]),
32
32
                    ('images', [os.path.join("map", f) for f in os.listdir("map")])],
33
33
      scripts=['src/earth17.py'],
34
34
      classifiers = ['Development Status :: 4 - Beta',