22 lines
553 B
TOML
22 lines
553 B
TOML
[build-system]
|
|
requires = ["setuptools>=61", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "longtasks"
|
|
version = "0.1.0"
|
|
description = "long task engine with submit, get_status interface to client"
|
|
authors = [{name = "Yu Moqing", email = "yumoqing@gmail.com"}]
|
|
license = {text = "MIT"}
|
|
dependencies = ["ahserver", "sqlor", "appPublic", "aioredis" ]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["longtasks"]
|
|
|
|
# [tool.setuptools]
|
|
#include-package-data = true
|
|
|
|
#[tool.setuptools.package-data]
|
|
#checklang = ["lid.176.ftz"]
|