From a8bb3cf4e2cce3c7402902c80df766e4fd62d142 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 31 Dec 2013 05:23:29 +0000 Subject: [PATCH] add standard file header git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- packaging/setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packaging/setup.py b/packaging/setup.py index 89bfe33b..8b34a3ec 100644 --- a/packaging/setup.py +++ b/packaging/setup.py @@ -1,3 +1,13 @@ +#---------------------------------------------------------------------- +# Name: setup.py +# Purpose: Distutils build script for wxPython (phoenix) +# +# Author: Robin Dunn +# +# Created: 27-Mar-2013 +# Copyright: (c) 2013 by Total Control Software +# License: wxWindows License +#---------------------------------------------------------------------- #--------------------------------------------------------------------------- # This setup file is placed in the root folder of the source dist tarball, # and will be used to help do automated builds from tools like easy_install