Skip to content

Commit

Permalink
Update classifiers and author_email
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Jul 24, 2017
1 parent affe39d commit 0131052
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@
NAME = version.PROJECT_NAME
DESCRIPTION = "Cross platform GUI toolkit for Python, \"Phoenix\" version"
AUTHOR = "Robin Dunn"
AUTHOR_EMAIL = "Robin Dunn <[email protected]>"
AUTHOR_EMAIL = "[email protected]"
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 = "wxWindows Library License (https://opensource.org/licenses/wxwindows.php)"
PLATFORMS = "WIN32,WIN64,OSX,POSIX"
Expand Down Expand Up @@ -68,7 +66,7 @@


CLASSIFIERS = """\
Development Status :: 3 - Alpha
Development Status :: 4 - Beta
Environment :: MacOS X :: Cocoa
Environment :: Win32 (MS Windows)
Environment :: X11 Applications :: GTK
Expand Down

0 comments on commit 0131052

Please sign in to comment.