|
29 | 29 | long_description=long_description,
|
30 | 30 | long_description_content_type='text/markdown',
|
31 | 31 | url='https://github.com/r0x0r/pywebview',
|
32 |
| - download_url='https://github.com/r0x0r/pywebview/archive/3.3.5.tar.gz', |
| 32 | + download_url='https://github.com/r0x0r/pywebview/archive/3.4.tar.gz', |
33 | 33 | keywords=['gui', 'webkit', 'html', 'web'],
|
34 | 34 | install_requires=install_requires,
|
35 | 35 | extras_require=extras_require,
|
36 |
| - version='3.3.5', |
| 36 | + version='3.4', |
37 | 37 | include_package_data=True,
|
38 | 38 | packages=['webview', 'webview.js', 'webview.platforms'],
|
39 | 39 | package_dir={'webview': 'webview'},
|
40 | 40 | package_data={
|
41 | 41 | 'webview': [
|
42 | 42 | 'webview/lib/WebBrowserInterop.x64.dll',
|
43 | 43 | 'webview/lib/WebBrowserInterop.x86.dll',
|
44 |
| - 'webview/lib/Microsoft.Toolkit.Forms.UI.Controls.WebView.dll' |
45 |
| - 'webview/lib/Microsoft.Toolkit.Forms.UI.Controls.WebView.LICENSE.md' |
46 |
| - ] |
47 |
| - }, |
| 44 | + 'webview/lib/Microsoft.Toolkit.Forms.UI.Controls.WebView.dll', |
| 45 | + 'webview/lib/Microsoft.Toolkit.Forms.UI.Controls.WebView.LICENSE.md', |
| 46 | + 'webview/lib/x64/WebView2Loader.dll', |
| 47 | + 'webview/lib/x86/WebView2Loader.dll', |
| 48 | + 'webview/lib/Microsoft.Web.WebView2.Core.dll', |
| 49 | + 'webview/lib/Microsoft.Web.WebView2.LICENSE.md', |
| 50 | + 'webview/lib/Microsoft.Web.WebView2.WinForms.dll', |
| 51 | + ] |
| 52 | + }, |
48 | 53 | license='New BSD license',
|
49 | 54 | classifiers=[
|
50 | 55 | 'Intended Audience :: Developers',
|
|
60 | 65 | 'Programming Language :: Python :: 3.5',
|
61 | 66 | 'Programming Language :: Python :: 3.6',
|
62 | 67 | 'Programming Language :: Python :: 3.7',
|
| 68 | + 'Programming Language :: Python :: 3.8', |
| 69 | + 'Programming Language :: Python :: 3.9', |
63 | 70 | 'Topic :: Software Development :: Libraries :: Application Frameworks',
|
64 | 71 | 'Topic :: Software Development :: Libraries :: Python Modules',
|
65 | 72 | 'Topic :: Software Development :: User Interfaces'
|
|
0 commit comments