[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"
]