blob: 6b4fa15383cc467c6407c41cdbad6ebacea28fa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[build-system]
requires = ["flit"]
build-backend = "flit.buildapi"
[tool.flit.metadata]
module = "module1"
author = "Sir Robin"
author-email = "robin@camelot.uk"
home-page = "http://github.com/sirrobin/module1"
requires = [
"requests >= 2.18",
"docutils",
]
|