blob: e97c5f0841f892a71b2d7a45794e1c2f007199d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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 = [
"requests",
"pathlib2; python_version == '2.7'",
]
|