summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-04-19 16:33:30 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2020-04-20 13:01:17 +0200
commitcb75f79e9b6bf1169cd7c42eab926bb30f3f069d (patch)
tree6eae6e0a87c318444194a11905d7c5532363e1a5 /pyproject.toml
parentRun flake8 and mypy as part of pytest, but on 3.8 only. (diff)
downloadglucometerutils-cb75f79e9b6bf1169cd7c42eab926bb30f3f069d.tar
glucometerutils-cb75f79e9b6bf1169cd7c42eab926bb30f3f069d.tar.gz
glucometerutils-cb75f79e9b6bf1169cd7c42eab926bb30f3f069d.tar.bz2
glucometerutils-cb75f79e9b6bf1169cd7c42eab926bb30f3f069d.tar.lz
glucometerutils-cb75f79e9b6bf1169cd7c42eab926bb30f3f069d.tar.xz
glucometerutils-cb75f79e9b6bf1169cd7c42eab926bb30f3f069d.tar.zst
glucometerutils-cb75f79e9b6bf1169cd7c42eab926bb30f3f069d.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4e2ae7e..9ada562 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2013 The glucometerutils Authors
+#
+# SPDX-License-Identifier: MIT
+
# NOTE: you have to use single-quoted strings in TOML for regular expressions.
# It's the equivalent of r-strings in Python. Multiline strings are treated as
# verbose regular expressions by Black. Use [ ] to denote a significant space