File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111from materialyoucolor .utils .string_utils import argbFromRgb , hexFromArgb
1212
1313# Define constants
14- IMAGE_FILE = "/home/tdynamos/Downloads/ Pixel 6 Pro Wallpaper_Hellebores-light by Andrew Zuckerman.png" # file
14+ IMAGE_FILE = "/sdcard/Download/ Pixel-6- Pro- Wallpaper_Hellebores-dark-by- Andrew- Zuckerman.png" # file
1515THEME = "Dark" # theme to display
1616COLOR_INDEX = 0 # index to build theme from
1717
Original file line number Diff line number Diff line change 1- __version__ = 1.0
1+ __version__ = 1.1
Original file line number Diff line number Diff line change 77with open ("README.md" , "r" ) as f :
88 long_description = f .read ()
99 f .close ()
10-
10+ with open ("materialyoucolor/__init__.py" ,"r" ) as file :
11+ VERSION = file .read ().split ("=" )[- 1 ].strip ()
12+ file .close ()
13+
1114setup (
1215 name = "materialyoucolor" ,
13- version = "1.0" ,
16+ version = VERSION ,
1417 description = "Material You color generation algorithms in pure python!" ,
1518 author = "Ansh Dadwal" ,
1619
You can’t perform that action at this time.
0 commit comments