diff --git a/.gitignore b/.gitignore index b19507c..444d5fa 100644 --- a/.gitignore +++ b/.gitignore @@ -174,4 +174,6 @@ cython_debug/ # PyPI configuration file .pypirc -/test.py \ No newline at end of file +# ---> Other +/test.py +/.vscode/ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 05e0568..9b5bf74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,5 +6,5 @@ build-backend = "setuptools.build_meta" name = "NoPELib" version = "0.0.1.dev0" description = "Norway Player Execution Library (A player library)" -authors = [{ name = "Brosef" }] +authors = [{ name = "Oclaim" }] dependencies = [] \ No newline at end of file