-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
34 lines (33 loc) · 1.03 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[project]
name = modestmoviemetadata
version = attr:src.modestmoviemetadata.__version__
author = Damon Lynch
author_email = [email protected]
description = Generate Jellyfin folder names using data from IMDb
readme = "README.md"
classifiers =
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: Microsoft :: Windows :: Windows 10
Operating System :: Microsoft :: Windows :: Windows 11
DDevelopment Status :: 4 - Beta
Topic :: Utilities
Typing :: Typed
[project.urls]
"Homepage" = "https://github.com/damonlynch/modestmoviemetadata"
"Bug Tracker" = "https://github.com/damonlynch/modestmoviemetadata/issues"
[options]
package_dir =
= src
packages = find:
python_requires = >=3.11
install_requires =
QtPy >= 2.4.1
PySide6 >= 6.6.0
cinemagoer
[options.entry_points]
gui_scripts =
modestmoviemetadata = modestmoviemetadata.modestmoviemetadata:main
[options.packages.find]
where = src