mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
Info about where the extra release files can be found
This commit is contained in:
11
packaging/README-releases.rst
Normal file
11
packaging/README-releases.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
Auxiliary wxPython Release Files
|
||||
================================
|
||||
|
||||
The source and binary extension modules for wxPython are located at PyPI where
|
||||
they can be downloaded either manually or automatically via the pip tool. See
|
||||
https://pypi.python.org/pypi/wxPython
|
||||
|
||||
The files in this folder are the extras that are not uploaded to PyPI,
|
||||
including the documentation, demo and samples, and also debugger information
|
||||
files (.pdb) for Visual Studio.
|
||||
|
||||
6
setup.py
6
setup.py
@@ -55,9 +55,11 @@ For more information please refer to the
|
||||
`README file <https://github.com/wxWidgets/Phoenix/blob/master/README.rst>`_,
|
||||
the `Migration Guide <https://wxpython.org/Phoenix/docs/html/MigrationGuide.html>`_,
|
||||
or the `wxPython API documentation <https://wxpython.org/Phoenix/docs/html/main.html>`_.
|
||||
"""
|
||||
|
||||
# or maybe LONG_DESCRIPTION=open("README.rst").read() ??
|
||||
Archive files containing a copy of the wxPython documentation, the demo and
|
||||
samples, and also a set of MSVC .pdb files for Windows are available
|
||||
`here <https://wxpython.org/Phoenix/releases/>`_.
|
||||
"""
|
||||
|
||||
|
||||
CLASSIFIERS = """\
|
||||
|
||||
Reference in New Issue
Block a user