Skip to content

Commit fc6fc0c

Browse files
committed
Alter trove classifiers in setup.py
- Changed license to list MPL-2.0 - Added advertisement of support for Python3.6
1 parent 4d930e6 commit fc6fc0c

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
@@ -57,11 +57,12 @@ def retrieve_deps(filepath):
5757
'Intended Audience :: Science/Research',
5858
'Intended Audience :: System Administrators',
5959
'Intended Audience :: Telecommunications Industry',
60-
'License :: Other/Proprietary License',
60+
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
6161
'Programming Language :: Python :: 2.7',
6262
'Programming Language :: Python :: 3.3',
6363
'Programming Language :: Python :: 3.4',
6464
'Programming Language :: Python :: 3.5',
65+
'Programming Language :: Python :: 3.6',
6566
'Topic :: Communications',
6667
'Topic :: Education',
6768
'Topic :: Internet',

0 commit comments

Comments
 (0)