From d90a083991cfa5a59114324ba6c5a101a3188f0a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 21 Aug 2017 15:34:01 -0400 Subject: Initial commit of namedlist (#61) --- namedlist/build.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 namedlist/build.sh (limited to 'namedlist/build.sh') diff --git a/namedlist/build.sh b/namedlist/build.sh new file mode 100644 index 0000000..5a5aeeb --- /dev/null +++ b/namedlist/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install -- cgit