Skip to content

Commit ce72bf9

Browse files
committed
Exclude VCRUNTIME140.dll and add PyPI badge
1 parent 16c949b commit ce72bf9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# GTK Theme for Python's tkinter/ttk
22
![Build Status](https://api.travis-ci.com/TkinterEP/python-gttk.svg?branch=master)
33
[![Build status](https://ci.appveyor.com/api/projects/status/80y25364onq2anmw/branch/master?svg=true)](https://ci.appveyor.com/project/RedFantom/python-gttk/branch/master)
4+
[![PyPI version](https://badge.fury.io/py/gttk.svg)](https://pypi.python.org/pypi/gttk)
5+
46

57
Would you like to have a more native look for your Tkinter application?
68
Are the themes provided in [ttkthemes](https://github.com/TkinterEP/ttkthemes)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class DependencyWalker(object):
7272
- The DLL_SEARCH_PATHS environment variable
7373
"""
7474

75-
EXCLUDE = ["MSVCRT140.dll"]
75+
EXCLUDE = ["MSVCRT140.dll", "VCRUNTIME140.dll"]
7676

7777
def __init__(self, dll_file: str, dependencies_exe="deps\\dependencies.exe", specials=dict()):
7878
if not os.path.exists(dependencies_exe):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy