`_ is available.
diff --git a/doc/_static/readme_preview.png b/doc/_static/readme_preview.png
new file mode 100644
index 000000000000..f7e6b7833508
Binary files /dev/null and b/doc/_static/readme_preview.png differ
diff --git a/setup.py b/setup.py
index 454727bd2394..0d8919a013f1 100644
--- a/setup.py
+++ b/setup.py
@@ -76,6 +76,7 @@
classifiers = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
+ 'Intended Audience :: Education',
'License :: OSI Approved :: Python Software Foundation License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
@@ -221,6 +222,10 @@ def run(self):
with open('lib/matplotlib/mpl-data/matplotlibrc', 'w') as fd:
fd.write(''.join(template_lines))
+ # Use Readme as long description
+ with open('README.rst') as fd:
+ long_description = fd.read()
+
# Finally, pass this all along to distutils to do the heavy lifting.
setup(
name="matplotlib",
@@ -231,16 +236,14 @@ def run(self):
url="https://matplotlib.org",
download_url="https://matplotlib.org/users/installing.html",
project_urls={
+ 'Documentation': 'https://matplotlib.org',
+ 'Source Code': 'https://github.com/matplotlib/matplotlib',
'Bug Tracker': 'https://github.com/matplotlib/matplotlib/issues',
- 'Documentation': 'https://matplotlib.org/contents.html',
- 'Source Code': 'https://github.com/matplotlib/matplotlib'
+ 'Forum': 'https://discourse.matplotlib.org/',
+ 'Donate': 'https://numfocus.org/donate-to-matplotlib'
},
- long_description="""
- Matplotlib strives to produce publication quality 2D graphics
- for interactive graphing, scientific publishing, user interface
- development and web application servers targeting multiple user
- interfaces and hardcopy output formats.
- """,
+ long_description=long_description,
+ long_description_content_type="text/x-rst",
license="PSF",
platforms="any",
package_dir={"": "lib"},
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy