blob: 10628296960c3fd4f0206d51348d580dec644838 (
plain)
1
2
3
4
5
6
7
8
9
|
[build-system]
requires = ["flit"]
[tool.flit.metadata]
module = "module1"
author = "Sir Robin"
author-email = "robin@camelot.uk"
home-page = "http://github.com/sirrobin/module1"
description-file = "module1.py" # WRONG
|