File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ thumbnails should appear after a refresh of the folder.
214214* ** [ NEXT] ** (changes on ` master ` but not released yet):
215215
216216 * fix: Fixed bad regex escape sequence (@Caellian , #21 )
217+ * feat: Added pyproject.toml (@Caellian , #22 )
217218
218219* ** v0.10.1 (2023-07-31):**
219220
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " cover-thumbnailer"
3+ version = " 0.10.1"
4+ description = " directory cover thumbnailer for GTK based file viewers"
5+ authors = [" Fabien Loison <http://www.flozz.fr/>" ]
6+ readme = " README.md"
7+ license = " GPL-3.0"
8+ classifiers = [
9+ " Development Status :: 6 - Mature" ,
10+ " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
11+ " Operating System :: POSIX :: Linux" ,
12+ " Topic :: System" ,
13+ " Programming Language :: Python :: 3.8" ,
14+ ]
15+
16+ requires-python = " >=3.8"
17+ dependencies = [" pillow>=10.0" ]
You can’t perform that action at this time.
0 commit comments