Changeset 967:843cc4f0f5d5


Ignore:
Timestamp:
05/16/19 16:58:44 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Removed some superflouous stuff from the setup code (re #347)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r959 r967  
    5757if os.name=="nt":
    5858    import py2exe
    59     import certifi
    6059
    6160    data_files.append(("", ["logo.ico"]))
     
    6867        os.environ["PATH"] = os.environ["PATH"] + ";" + glob(os.path.join(msvcrDir))[0]
    6968
    70 
    71     data_files.append((os.path.join("library", "certifi"), [certifi.where()]))
    72 
    7369    gtkRuntimeDir = os.environ["GTKRTDIR"] if "GTKRTDIR" in os.environ else None
    7470    if gtkRuntimeDir:
    7571        if gtkRuntimeDir.endswith("/mingw32"):
    76             path = os.path.join("lib", "girepository-1.0")
    77             data_files.append((path,
    78                                glob(os.path.join(gtkRuntimeDir, path, "*"))))
    79 
    8072            files = {}
    8173
Note: See TracChangeset for help on using the changeset viewer.