summaryrefslogtreecommitdiffstats
path: root/tests/tpb01/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/tpb01/setup.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/tpb01/setup.cfg b/tests/tpb01/setup.cfg
new file mode 100644
index 0000000..112fd6c
--- /dev/null
+++ b/tests/tpb01/setup.cfg
@@ -0,0 +1,9 @@
+[metadata]
+name = foo
+
+[options]
+py_modules = foo
+install_requires =
+ tomli
+ mock; python_version < '3.1'
+ docutils; python_version >= '3.0'