Skip to content

Commit cc9758e

Browse files
committed
.
1 parent 2dc5583 commit cc9758e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ ENV/
104104
# mypy
105105
.mypy_cache/
106106

107+
#ruff
108+
.ruff_cache/
109+
107110
# OS files
108111
.DS_Store
109112

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ hatch run lint
4949

5050
## License
5151

52-
This project is licensed under the terms of the MIT license.
52+
This project is licensed under the terms of the Apache 2.0 license.
53+
See the LICENSE and NOTICE files for more information.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ description = "FastAPI Users database adapter for AWS DynamoDB"
7575
readme = "README.md"
7676
dynamic = ["version"]
7777
classifiers = [
78-
"License :: OSI Approved :: MIT License",
78+
"License :: OSI Approved :: Apache 2.0 License",
7979
"Development Status :: 5 - Production/Stable",
8080
"Framework :: FastAPI",
8181
"Framework :: AsyncIO",

0 commit comments

Comments
 (0)