summaryrefslogtreecommitdiffstats
path: root/tests/samples/extras/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/samples/extras/pyproject.toml')
-rw-r--r--tests/samples/extras/pyproject.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/samples/extras/pyproject.toml b/tests/samples/extras/pyproject.toml
new file mode 100644
index 0000000..557ba2a
--- /dev/null
+++ b/tests/samples/extras/pyproject.toml
@@ -0,0 +1,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"]