Skip to content

Commit 3b28bd3

Browse files
Caellianflozz
authored andcommitted
feat: Added pyproject.toml
1 parent 514edd0 commit 3b28bd3

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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"]

0 commit comments

Comments
 (0)