21 lines
570 B
TOML
21 lines
570 B
TOML
[project]
|
|
name = "xopp2py"
|
|
description = "A Python interface to the Xournal++ file format"
|
|
version = "1.0.0"
|
|
authors = [
|
|
{ name="Joeri Exelmans", email="joeri.exelmans@uantwerpen.be" },
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project.urls]
|
|
"Homepage" = "https://msdl.uantwerpen.be/git/jexelmans/xopp2py"
|
|
"Bug Tracker" = "https://msdl.uantwerpen.be/git/jexelmans/xopp2py/issues"
|