1 parent 877c047 commit abb4c47Copy full SHA for abb4c47
1 file changed
setup.py
@@ -192,7 +192,6 @@ def normalizeWhitespace(s):
192
'Environment :: No Input/Output (Daemon)',
193
'Intended Audience :: End Users/Desktop',
194
'Intended Audience :: Developers',
195
- 'License :: OSI Approved :: BSD License',
196
'Natural Language :: English',
197
'Natural Language :: Finnish',
198
'Natural Language :: French',
@@ -209,6 +208,7 @@ def normalizeWhitespace(s):
209
208
'Topic :: Communications :: Chat :: Internet Relay Chat',
210
'Topic :: Software Development :: Libraries :: Python Modules',
211
],
+ license="BSD-3-Clause",
212
213
# Installation data
214
packages=packages,
0 commit comments