-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (34 loc) · 1.01 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
35
36
37
38
39
40
41
42
43
44
[metadata]
name = bsum-sudoku
version = 0.9.5
url = https://github.com/beatussum/sudoku
project_url =
Tracker = https://github.com/beatussum/sudoku/issues
author = Mattéo Rossillol‑‑Laruelle
author_email = [email protected]
maintainer = Mattéo Rossillol‑‑Laruelle
maintainer_email = [email protected]
classifiers =
Development Status :: 3 - Alpha
Environment :: X11 Applications :: Qt
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Topic :: Games/Entertainment :: Puzzle Games
license = GPL-3.0-or-later
description = A minimalist sudoku solver using Qt
keywords = qt, sudoku
[options]
zip_safe = true
install_requires =
PyQt5
python_requires = >=3.6
packages = find_namespace:
package_dir =
= src
[options.entry_points]
gui_scripts =
sudoku = sudoku.gui.__main__:main
[options.packages.find]
where = src