blob: 6de20b28820053a085ec08d997cf0170d0ad4a06 [file] [log] [blame] [edit]
# Liblouis Python ctypes bindings
#
# Copyright (C) 2009 Eitan Isaacson <[email protected]>
# Copyright (C) 2010 James Teh <[email protected]>
#
# This file is part of liblouis.
#
# liblouis is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 2.1 of the License, or
# (at your option) any later version.
#
# liblouis is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with liblouis. If not, see <http://www.gnu.org/licenses/>.
#
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "louis"
version = "@VERSION@"
description = "Python bindings for liblouis"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "LGPLv2.1+" }
authors = [
{ name = "Eitan Isaacson", email = "[email protected]" },
{ name = "James Teh", email = "[email protected]" },
{ name = "Leonard de Ruijter", email = "[email protected]" },
{ name = "Daniel Garcia Moreno", email = "[email protected]" },
{ name = "Rob Beezer", email = "[email protected]" },
{ name = "AndrĂ©-Abush Clause", email = "[email protected]" },
{ name = "Christian Egli", email = "[email protected]" },
{ name = "Bert Frees", email = "[email protected]" },
{ name = "Dave Mielke", email = "[email protected]" },
{ name = "matt venn", email = "[email protected]" },
{ name = "Davy Kager", email = "[email protected]" },
{ name = "Davy Kager", email = "[email protected]" },
{ name = "Bue Vester-Andersen", email = "[email protected]" },
{ name = "Michael Whapples", email = "[email protected]" }
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Programming Language :: Python",
"Topic :: Text Processing :: Linguistic"
]
[project.urls]
Homepage = "https://liblouis.io"
Repository = "https://github.com/liblouis/liblouis"
Documentation = "https://liblouis.io/documentation/liblouis/Python-bindings.html"
Issues = "https://github.com/liblouis/liblouis/issues"
[tool.setuptools]
packages = ["louis"]