aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg16
1 files changed, 11 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 28b0393..7676253 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,14 +23,20 @@ include_package_data = True
packages = fingerd
scripts =
scripts/fingerd
-install_requires =
- toml
- click
- pytz
- pyutmpx
[options.package_data]
* = *.txt, *.rst
[wheel]
universal = True
+
+[flake8]
+per-file-ignores =
+ tests/*:S101
+rst-roles =
+ py:class
+ py:attr
+ py:data
+ py:meth
+rst-directives =
+ py:data