qweechat/pyproject.toml

53 lines
1.5 KiB
TOML
Raw Permalink Normal View History

2024-02-11 08:50:55 +01:00
[project]
name = 'qweechat'
requires-python = ">= 3.7"
description = "qtpy channel for qweechat"
2024-02-13 23:48:08 +01:00
keywords = ["qt", "console", "weechat"]
2024-02-11 08:50:55 +01:00
classifiers = [
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
"Development Status :: 4 - Beta",
# Indicate who your project is intended for
"Intended Audience :: Developers",
# Specify the Python versions you support here.
"Programming Language :: Python :: 3",
"License :: OSI Approved",
"Operating System :: POSIX :: BSD :: FreeBSD",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
]
dynamic = ["version", "readme", "dependencies"] # cannot be dynamic ['license']
[project.license]
file = "COPYING"
[project.urls]
repository = "https://git.plastiras.org/emdee/qweechat"
homepage = "https://git.plastiras.org/emdee/qweechat"
[build-system]
2024-02-18 20:23:42 +01:00
requires = ["setuptools>=40.8.0", "wheel"]
2024-02-11 08:50:55 +01:00
build-backend = "setuptools.build_meta"
2024-02-18 20:23:42 +01:00
# backend = "setuptools.build_meta:__legacy__"
2024-02-11 08:50:55 +01:00
[tool.setuptools.dynamic]
version = {attr = "qweechat.version.VERSION"}
readme = {file = ["README.md"]}
dependencies = {file = ["requirements.txt"]}
2024-02-20 02:41:18 +01:00
#[tool.setuptools]
#packages = ["qweechat", "qweechat.weechat"]
2024-02-13 19:59:07 +01:00
2024-02-20 02:41:18 +01:00
#[tool.setuptools.packages.find]
#where=src