Changeset 2508

Show
Ignore:
Timestamp:
09/26/05 11:59:01 (19 years ago)
Author:
jerome
Message:

The pykota.css stylesheet was not installed, this is now fixed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r2469 r2508  
    9797data_files.append((os.sep.join([directory, "logos"]), glob.glob(os.sep.join(["logos", "*.jpeg"])) + glob.glob(os.sep.join(["logos", "*.png"])) + glob.glob(os.sep.join(["logos", "*.xcf"])))) 
    9898 
     99data_files.append((os.sep.join([directory, "stylesheets"]), glob.glob(os.sep.join(["stylesheets", "*.css"])) + [ "stylesheets/README" ])) 
     100 
    99101pgdirectory = os.sep.join([directory, "postgresql"]) 
    100102data_files.append((pgdirectory, ["initscripts/postgresql/README.postgresql", "initscripts/postgresql/pykota-postgresql.sql"]))