summaryrefslogtreecommitdiffstats
path: root/third_party/python/glean_parser/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/glean_parser/setup.cfg')
-rw-r--r--third_party/python/glean_parser/setup.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/python/glean_parser/setup.cfg b/third_party/python/glean_parser/setup.cfg
new file mode 100644
index 0000000000..ec207ff74a
--- /dev/null
+++ b/third_party/python/glean_parser/setup.cfg
@@ -0,0 +1,16 @@
+[bdist_wheel]
+python_tag = py3
+
+[flake8]
+exclude = docs
+
+[aliases]
+test = pytest
+
+[tool:pytest]
+collect_ignore = ['setup.py']
+
+[egg_info]
+tag_build =
+tag_date = 0
+