summaryrefslogtreecommitdiffstats
path: root/tests/samples/requires-dev.toml
blob: 46e3170ff9fb0b8bc7cbff58f57c564e9f8ea7da (plain)
1
2
3
4
5
6
7
8
9
10
11
[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 = "EG_README.rst"
# This should generate a warning tell you to use requires-extra.dev
dev-requires = ["apackage"]