diff --git a/.gitignore b/.gitignore index 7e81c88..cec6d0c 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,9 @@ docs/_static/ # Visual Studio Code .vscode/ +.cursor/ +.cursorignore +pyrightconfig.json # ================================ # Operating System files diff --git a/LICENSE b/LICENSE index f6553aa..d527bd8 100644 --- a/LICENSE +++ b/LICENSE @@ -184,7 +184,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2025 ZGCA-Forge/MsgCenterPy Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pyproject.toml b/pyproject.toml index d2750ca..3c5bcd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ version = {attr = "msgcenterpy.__version__"} [tool.black] line-length = 120 -target-version = ['py310'] +target-version = ['py310', 'py311', 'py312', 'py313'] [tool.isort] profile = "black"