Skip to content

Commit b4fcd80

Browse files
authored
[minor] Changing some basic setup stuff
1 parent 92740fa commit b4fcd80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
setup(
1010
name='python-pulse',
1111
packages=find_packages(),
12-
version='0.2.4',
13-
description='Python, create desktop applications based on Chromium',
12+
version='0.2.5',
13+
description='Open-source project that simplifies the creation of desktop applications based on Chromium',
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
16-
author='zabbix-byte',
16+
author='Vasile Ovidiu Ichim',
1717
license='MIT',
1818
install_requires=['cefpython3==66.1', 'Jinja2==3.1.2', 'wxPython==4.2.1'],
1919
classifiers=[

0 commit comments

Comments
 (0)