Skip to content

Commit e2fa9b8

Browse files
stefan6419846mkleehammer
authored andcommitted
DOC: Fix license metadata
1 parent f075e33 commit e2fa9b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ def main():
5555
packages=[''],
5656
package_dir={'': 'src'},
5757
package_data={'': ['pyodbc.pyi']}, # places pyodbc.pyi alongside pyodbc.{platform}.{pyd|so} in site-packages
58-
license='MIT',
58+
license='MIT-0',
5959
python_requires='>=3.8',
6060
classifiers=['Development Status :: 5 - Production/Stable',
6161
'Intended Audience :: Developers',
6262
'Intended Audience :: System Administrators',
63-
'License :: OSI Approved :: MIT License',
63+
'License :: OSI Approved :: MIT No Attribution License (MIT-0)',
6464
'Operating System :: Microsoft :: Windows',
6565
'Operating System :: POSIX',
6666
'Programming Language :: Python',

0 commit comments

Comments
 (0)