-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (31 loc) · 998 Bytes
/
Copy pathpyproject.toml
File metadata and controls
34 lines (31 loc) · 998 Bytes
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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "ssfconv"
version = "1.2.1"
dependencies = ["pycryptodomex", "pillow", "numpy"]
requires-python = ">=3.10"
authors = [
{ name = "nihui" },
{ name = "VOID001" },
{ name = "fkxxyz" },
{ name = "RadND" },
]
description = "Sogou input method skin file (.ssf file) converter"
readme = "README.md"
keywords = ["ssf", "fcitx", "fcitx5", "Fcitx5 Classic User interface"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"Natural Language :: Chinese (Simplified)",
"Topic :: Adaptive Technologies",
]
[project.urls]
Repository = "https://github.com/radnd/ssfconv.git"
Issues = "https://github.com/radnd/ssfconv/issues"
[project.scripts]
ssfconv = "ssfconv.cli:main"