~linuxgoose/linguistics-robin

ref: c5ab0a68e273906a407cc102c72512943fbc17fb linguistics-robin/pyproject.toml -rw-r--r-- 565 bytes
c5ab0a68 — Ilias Koutsakis bump version after update 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[build-system]
requires-python="3"
requires = [
    "flit_core >=2,<3",
    "pytest"
]
build-backend = "flit_core.buildapi"

[tool.flit.metadata]
module = "pyphonetics"
author = "Lilykos"
author-email = "ilias.koutsakis@gmail.com"
home-page = "https://github.com/Lilykos/pyphonetics"
description-file="README.rst"
classifiers = [
    "License :: OSI Approved :: MIT License",
    "Programming Language :: Python :: 3",
    "Intended Audience :: Developers",
    "Topic :: Software Development :: Libraries :: Python Modules"
]
requires = [
    "unidecode >=1,<2"
]