We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92740fa commit b4fcd80Copy full SHA for b4fcd80
setup.py
@@ -9,11 +9,11 @@
9
setup(
10
name='python-pulse',
11
packages=find_packages(),
12
- version='0.2.4',
13
- description='Python, create desktop applications based on Chromium',
+ version='0.2.5',
+ description='Open-source project that simplifies the creation of desktop applications based on Chromium',
14
long_description=long_description,
15
long_description_content_type="text/markdown",
16
- author='zabbix-byte',
+ author='Vasile Ovidiu Ichim',
17
license='MIT',
18
install_requires=['cefpython3==66.1', 'Jinja2==3.1.2', 'wxPython==4.2.1'],
19
classifiers=[
0 commit comments