aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ba87393..e3a14dd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,6 +2,8 @@
name = textoutpc
version = attr: textoutpc.version
url = https://textout.touhey.pro/
+project_urls =
+ Documentation = https://textout.touhey.pro/docs/
author = Thomas Touhey
author_email = thomas@touhey.fr
description = textout() equivalent from Planète Casio
@@ -42,3 +44,7 @@ universal = True
[flake8]
ignore = F401, F403, E128, E131, E241, E261, E265, E271, W191
exclude = .git, __pycache__, build, dist, docs/conf.py, test.py, test
+
+[tool:pytest]
+python_files = tests.py test_*.py *_tests.py
+testpaths = tests