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