Skip to content

Commit e14b356

Browse files
committed
Adding inner qt.conf to setup.py
1 parent 09d6450 commit e14b356

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PyQt5/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = plugin_path
3232

3333
# Expose versions
34-
version_info = (0, 1, 6) # Version of this release
34+
version_info = (0, 1, 7) # Version of this release
3535
version = "%s.%s.%s" % version_info
3636
__version__ = version
3737

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_package_data():
2525
relpath = relpath.replace("\\", "/")
2626
package_data['PyQt5'].append(subdir + relpath)
2727

28-
package_data['PyQt5'].extend(["*.exe", "*.dll", "*.pyd", "*.bat"])
28+
package_data['PyQt5'].extend(["*.exe", "*.dll", "*.pyd", "*.conf"])
2929
return package_data
3030

3131

0 commit comments

Comments
 (0)