LiquidGUI [1.1.3.0]

- Added emoji to value text.
- Refactored label styling.
This commit is contained in:
2024-07-14 15:24:26 +01:00
parent 39c8fe48c8
commit ca036a5576
7 changed files with 57 additions and 41 deletions
+12
View File
@@ -0,0 +1,12 @@
from setuptools import setup
setup(
name='LiquidGUI',
version='1.1.3.0',
packages=[''],
url='',
license='',
author='Fil Sapia',
author_email='filippo333@gmail.com',
description=''
)