(re)fetch the license files from wxWidgets when building the sdist,

and ensure it is included in the distribution.
This commit is contained in:
Robin Dunn
2017-06-23 12:10:23 -07:00
parent b1a2808311
commit e5b4c33421
6 changed files with 24 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
# Copyright: (c) 2010-2016 by Total Control Software
# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#----------------------------------------------------------------------
@@ -41,7 +41,7 @@ URL = "http://wxPython.org/"
#DOWNLOAD_URL = "http://wxPython.org/download.php"
#DOWNLOAD_URL = "http://wxpython.org/Phoenix/snapshot-builds/"
DOWNLOAD_URL = "https://pypi.python.org/pypi/{}".format(NAME)
LICENSE = "wxWidgets Library License (LGPL derivative)"
LICENSE = "wxWindows Library License (https://opensource.org/licenses/wxwindows.php)"
PLATFORMS = "WIN32,WIN64,OSX,POSIX"
KEYWORDS = "GUI,wx,wxWindows,wxWidgets,cross-platform,user-interface,awesome"