Skip to content

Commit 6b7af1b

Browse files
authored
updated classifiers+ changed discourse to forum
There's a whole bunch of classifiers and dunno if we should add more https://pypi.org/classifiers/
1 parent cb602ef commit 6b7af1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
classifiers = [
7777
'Development Status :: 5 - Production/Stable',
7878
'Intended Audience :: Science/Research',
79+
'Intended Audience :: Education',
7980
'License :: OSI Approved :: Python Software Foundation License',
8081
'Programming Language :: Python',
8182
'Programming Language :: Python :: 3',
@@ -238,7 +239,7 @@ def run(self):
238239
'Documentation': 'https://matplotlib.org',
239240
'Source Code': 'https://github.com/matplotlib/matplotlib',
240241
'Bug Tracker': 'https://github.com/matplotlib/matplotlib/issues',
241-
'Discourse': 'https://discourse.matplotlib.org/',
242+
'Forum': 'https://discourse.matplotlib.org/',
242243
'Donate': 'https://numfocus.org/donate-to-matplotlib'
243244
},
244245
long_description=long_description,

0 commit comments

Comments
 (0)