Skip to content

Commit abb4c47

Browse files
committed
Replace license qualifier with the dedicated 'license' field.
setuptools complains the classifier is deprecated
1 parent 877c047 commit abb4c47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ def normalizeWhitespace(s):
192192
'Environment :: No Input/Output (Daemon)',
193193
'Intended Audience :: End Users/Desktop',
194194
'Intended Audience :: Developers',
195-
'License :: OSI Approved :: BSD License',
196195
'Natural Language :: English',
197196
'Natural Language :: Finnish',
198197
'Natural Language :: French',
@@ -209,6 +208,7 @@ def normalizeWhitespace(s):
209208
'Topic :: Communications :: Chat :: Internet Relay Chat',
210209
'Topic :: Software Development :: Libraries :: Python Modules',
211210
],
211+
license="BSD-3-Clause",
212212

213213
# Installation data
214214
packages=packages,

0 commit comments

Comments
 (0)