From c3af68ad99712eb3c44f2eed9e8fed5e6b73b9f7 Mon Sep 17 00:00:00 2001 From: Lawrence Du Date: Wed, 23 May 2018 09:25:52 -0700 Subject: [PATCH] Added contact info to cymunk recipe --- recipes/cymunk/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/cymunk/__init__.py b/recipes/cymunk/__init__.py index 6dac43a..7676c49 100644 --- a/recipes/cymunk/__init__.py +++ b/recipes/cymunk/__init__.py @@ -1,3 +1,8 @@ +""" +Author: Lawrence Du +E-mail: larrydu88@gmail.com +""" + from toolchain import CythonRecipe,shprint import os from os.path import join