Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This project includes source code from other open-source projects to facilitate
bootstrapping.

The license information for those projects is distributed by setuptools under
the directories:

setuptools/_vendor/*.dist-info/
setuptools/_vendor/*.dist-info/licenses/

Please refer to the files in these directories for the complete license texts
and attribution details of the included third-party components.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Topic :: Utilities",
]
requires-python = ">=3.9"
license = "MIT"
# For license information, please check license files included in the distribution.
dependencies = [
]
keywords = ["CPAN PyPI distutils eggs package management"]
Expand Down
Loading