blob: 557ba2a60ed15f5559ba2f6a24ca3f1c71891764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[build-system]
requires = ["flit"]
[tool.flit.metadata]
module = "module1"
author = "Sir Robin"
author-email = "robin@camelot.uk"
home-page = "http://github.com/sirrobin/module1"
requires = ["toml"]
[tool.flit.metadata.requires-extra]
test = ["pytest"]
custom = ["requests"]
|