12 lines
284 B
TOML
12 lines
284 B
TOML
[build-system]
|
|
requires = ["flit_core >=2,<4"]
|
|
build-backend = "flit_core.buildapi"
|
|
|
|
[tool.flit.metadata]
|
|
module = "warren"
|
|
author = "josiah"
|
|
author-email = "me@jowj.net"
|
|
home-page = "https://git.awful.club/projects/warren"
|
|
classifiers = [ "License :: OSI Approved :: MIT License",]
|
|
|