File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 104104# mypy
105105.mypy_cache /
106106
107+ # ruff
108+ .ruff_cache /
109+
107110# OS files
108111.DS_Store
109112
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ description = "FastAPI Users database adapter for AWS DynamoDB"
7575readme = " README.md"
7676dynamic = [" version" ]
7777classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments