Skip to content

Commit 88d3dab

Browse files
committed
only use one license definition in pyproject.toml
1 parent 4828260 commit 88d3dab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ excs_raised_from: tuple = ExceptionFrom(re, urllib)
4949
Calling `ExceptionFrom` when there is no current exception will direct it to scrape distinct exceptions from `raise` statements in the specified modules.
5050

5151
## Installation notes
52-
This library is available through [PyPI](https://pypi.org/project/exceptlib/) and [GitHub](https://github.com/wfatherley/exceptlib).
52+
This library is available through [GitHub](https://github.com/wfatherley/exceptlib).

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers = [
1414
"Programming Language :: Python :: 3"
1515
]
1616
description = "Exception handling mechanisms"
17-
license = "MIT"
1817
license-files = ["LICENSE.md"]
1918
maintainers = [
2019
{name = "Will Fatherley", email = "[email protected]"}

0 commit comments

Comments
 (0)