We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb602ef commit 6b7af1bCopy full SHA for 6b7af1b
setup.py
@@ -76,6 +76,7 @@
76
classifiers = [
77
'Development Status :: 5 - Production/Stable',
78
'Intended Audience :: Science/Research',
79
+ 'Intended Audience :: Education',
80
'License :: OSI Approved :: Python Software Foundation License',
81
'Programming Language :: Python',
82
'Programming Language :: Python :: 3',
@@ -238,7 +239,7 @@ def run(self):
238
239
'Documentation': 'https://matplotlib.org',
240
'Source Code': 'https://github.com/matplotlib/matplotlib',
241
'Bug Tracker': 'https://github.com/matplotlib/matplotlib/issues',
- 'Discourse': 'https://discourse.matplotlib.org/',
242
+ 'Forum': 'https://discourse.matplotlib.org/',
243
'Donate': 'https://numfocus.org/donate-to-matplotlib'
244
},
245
long_description=long_description,
0 commit comments