~linuxgoose/linguistics-robin

ref: 6ef2ba53b21023468f411c42702c064ed88a9e06 linguistics-robin/pyproject.toml -rw-r--r-- 586 bytes
6ef2ba53Jordan Robinson Refactor GitHub Actions workflow for publishing a month 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 = "linguistics_robin"
author = "Jordan Robinson"
author-email = "hello@jordanrobinson.org"
home-page = "https://github.com/linuxgoose/linguistics-robin"
description-file="README.md"
classifiers = [
    "License :: OSI Approved :: MIT License",
    "Programming Language :: Python :: 3",
    "Intended Audience :: Developers",
    "Topic :: Software Development :: Libraries :: Python Modules"
]
requires = [
    "unidecode >=1,<2"
]