We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f075e33 commit e2fa9b8Copy full SHA for e2fa9b8
setup.py
@@ -55,12 +55,12 @@ def main():
55
packages=[''],
56
package_dir={'': 'src'},
57
package_data={'': ['pyodbc.pyi']}, # places pyodbc.pyi alongside pyodbc.{platform}.{pyd|so} in site-packages
58
- license='MIT',
+ license='MIT-0',
59
python_requires='>=3.8',
60
classifiers=['Development Status :: 5 - Production/Stable',
61
'Intended Audience :: Developers',
62
'Intended Audience :: System Administrators',
63
- 'License :: OSI Approved :: MIT License',
+ 'License :: OSI Approved :: MIT No Attribution License (MIT-0)',
64
'Operating System :: Microsoft :: Windows',
65
'Operating System :: POSIX',
66
'Programming Language :: Python',
0 commit comments