changeset 160:bc1291218f28

x
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 18 Jul 2022 17:39:35 +0100
parents c3c3dd60b8a8
children df56132ef84a
files .gitconfig .pydistutils.cfg
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitconfig	Mon Jul 18 17:39:35 2022 +0100
@@ -0,0 +1,4 @@
+# This is Git's per-user configuration file.
+[user]
+ name = Henry S. Thompson
+ email = hst@home.hst.name
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.pydistutils.cfg	Mon Jul 18 17:39:35 2022 +0100
@@ -0,0 +1,2 @@
+[options]
+ extra_compile_args = ["-Wno-narrowing"]