add standard file header

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-12-31 05:23:29 +00:00
parent 07ebbbd6b4
commit a8bb3cf4e2

View File

@@ -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