Skip to content

Commit

Permalink
DOC: Fix license metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored and mkleehammer committed Feb 9, 2024
1 parent f075e33 commit e2fa9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ def main():
packages=[''],
package_dir={'': 'src'},
package_data={'': ['pyodbc.pyi']}, # places pyodbc.pyi alongside pyodbc.{platform}.{pyd|so} in site-packages
license='MIT',
license='MIT-0',
python_requires='>=3.8',
classifiers=['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: MIT No Attribution License (MIT-0)',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Programming Language :: Python',
Expand Down

0 comments on commit e2fa9b8

Please sign in to comment.