This repository has been archived on 2021-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
warren/pyproject.toml

12 lines
284 B
TOML
Raw Normal View History

2021-04-28 21:25:33 +00:00
[build-system]
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.metadata]
module = "warren"
2021-04-28 22:11:48 +00:00
author = "josiah"
2021-04-28 21:25:33 +00:00
author-email = "me@jowj.net"
2021-04-28 22:34:56 +00:00
home-page = "https://git.awful.club/projects/warren"
2021-04-28 21:25:33 +00:00
classifiers = [ "License :: OSI Approved :: MIT License",]