From: W. Trevor King Date: Fri, 2 Aug 2013 18:07:14 +0000 (-0700) Subject: setup.py: Add a '# Copyright' stub for update-copyright.py X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0e9e3d1bbe32343a1214c0f6b52f24b8108b193;p=be.git setup.py: Add a '# Copyright' stub for update-copyright.py --- diff --git a/setup.py b/setup.py index c3496f7..aefb6fc 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# +# Copyright from distutils.core import setup import os.path