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 |
# |
# |
602 |
|
|
603 |
"""Thuban specific RPM distribution command""" |
"""Thuban specific RPM distribution command""" |
604 |
|
|
605 |
def run(self): |
def initialize_options(self): |
606 |
# create the prep script for the spec-file |
# create the prep script for the spec-file |
607 |
open("bdist_rpm_prep", "w").write(bdist_rpm_prep_script) |
open("bdist_rpm_prep", "w").write(bdist_rpm_prep_script) |
608 |
|
|
609 |
bdist_rpm.run(self) |
bdist_rpm.initialize_options(self) |
610 |
|
|
611 |
|
|
612 |
class bdist_inno(Command): |
class bdist_inno(Command): |
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", |