/[thuban]/branches/WIP-pyshapelib-bramz/setup.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/setup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 67 by bh, Thu Oct 18 14:50:21 2001 UTC revision 86 by bh, Wed Apr 3 19:02:24 2002 UTC
# Line 1  Line 1 
1  # Copyright (c) 2001 by Intevation GmbH  # Copyright (c) 2001, 2002 by Intevation GmbH
2  # Authors:  # Authors:
3  # Bernhard Herzog <[email protected]>  # Bernhard Herzog <[email protected]>
4  #  #
# Line 392  class InstallLocal(Command): Line 392  class InstallLocal(Command):
392      """      """
393    
394      description =\      description =\
395          "Create some symlink so you can run thubanfrom the source directory"          "Create some symlinks so you can run thuban from the source directory"
396    
397      user_options = [      user_options = [
398          ('skip-build', None, "skip the build steps"),          ('skip-build', None, "skip the build steps"),
# Line 416  class InstallLocal(Command): Line 416  class InstallLocal(Command):
416          # now do the work. Simply link or copy the Lib dir          # now do the work. Simply link or copy the Lib dir
417          libdir = os.path.join(self.build_dir, "Lib")          libdir = os.path.join(self.build_dir, "Lib")
418          if os.name == "posix":          if os.name == "posix":
419              # on posix, just lilnk the Lib dir              # on posix, just link the Lib dir
420              self.link_dir(libdir, "Lib")              self.link_dir(libdir, "Lib")
421          else:          else:
422              self.copy_tree(libdir, "Lib")              self.copy_tree(libdir, "Lib")
# Line 820  Thuban is a viewer for geographic data w Line 820  Thuban is a viewer for geographic data w
820  """  """
821    
822  setup(name = "Thuban",  setup(name = "Thuban",
823        version = "0.1",        version = "0.1.1",
824        description = "Geographic data viewer",        description = "Geographic data viewer",
825        long_description = long_description,        long_description = long_description,
826        licence = "GPL",        licence = "GPL",

Legend:
Removed from v.67  
changed lines
  Added in v.86

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26