Changeset 959:45c27c0c294f


Ignore:
Timestamp:
05/14/19 17:58:59 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

Add the certifi package and the certificates for HTTPS access (re #347)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r947 r959  
    5757if os.name=="nt":
    5858    import py2exe
     59    import certifi
    5960
    6061    data_files.append(("", ["logo.ico"]))
     
    6768        os.environ["PATH"] = os.environ["PATH"] + ";" + glob(os.path.join(msvcrDir))[0]
    6869
     70
     71    data_files.append((os.path.join("library", "certifi"), [certifi.where()]))
    6972
    7073    gtkRuntimeDir = os.environ["GTKRTDIR"] if "GTKRTDIR" in os.environ else None
Note: See TracChangeset for help on using the changeset viewer.