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 e2fa9b8 commit f134955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires-python = ">=3.8"

description = "DB API module for ODBC"
readme = "README.md"
license = {text = "MIT License"}
license = {text = "MIT-0 License"}

authors = [{name = "Michael Kleehammer", email="michael@kleehammer.com"}]

Expand All @@ -22,7 +22,7 @@ maintainers = [{name = "Michael Kleehammer", email="michael@kleehammer.com"}]
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 f134955

Please sign in to comment.