File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
setup (
20
20
name = "stylecloud" ,
21
21
packages = ["stylecloud" ], # this must be the same as the name above
22
- version = "0.5.0 " ,
22
+ version = "0.5.1 " ,
23
23
description = "Python package + CLI to generate stylistic wordclouds, "
24
24
"including gradients and icon shapes!" ,
25
25
long_description = long_description ,
Original file line number Diff line number Diff line change @@ -169,12 +169,12 @@ def gen_stylecloud(
169
169
size : int = 512 ,
170
170
icon_name : str = "fas fa-flag" ,
171
171
palette : str = "cartocolors.qualitative.Bold_5" ,
172
- colors : Union ( str , List [str ]) = None ,
172
+ colors : Union [ str , List [str ]] = None ,
173
173
background_color : str = "white" ,
174
174
max_font_size : int = 200 ,
175
175
max_words : int = 2000 ,
176
176
stopwords : bool = True ,
177
- custom_stopwords : Union ( List [str ], set ) = STOPWORDS ,
177
+ custom_stopwords : Union [ List [str ], set ] = STOPWORDS ,
178
178
add_stopwords : bool = False ,
179
179
icon_dir : str = ".temp" ,
180
180
output_name : str = "stylecloud.png" ,
You can’t perform that action at this time.
0 commit comments