aboutsummaryrefslogtreecommitdiffstats
path: root/examples/async/eratosthenes/eratosthenes.pyproject
diff options
context:
space:
mode:
Diffstat (limited to 'examples/async/eratosthenes/eratosthenes.pyproject')
-rw-r--r--examples/async/eratosthenes/eratosthenes.pyproject3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/async/eratosthenes/eratosthenes.pyproject b/examples/async/eratosthenes/eratosthenes.pyproject
new file mode 100644
index 000000000..f0de627ef
--- /dev/null
+++ b/examples/async/eratosthenes/eratosthenes.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["eratosthenes_trio.py", "eratosthenes_asyncio.py"]
+}