-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2fa9b8
commit f134955
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="[email protected]"}] | ||
|
||
|
@@ -22,7 +22,7 @@ maintainers = [{name = "Michael Kleehammer", email="[email protected]"}] | |
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', | ||
|