From aa3e4e17a0b28dc836e88fb4b2e26d05fd0be1c0 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Tue, 16 Jul 2024 08:53:00 -0400 Subject: [PATCH] other cleanup --- .gitignore | 6 +++--- LICENSE | 2 +- server/pyproject.toml | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b7412e63..d25a2f73 100644 --- a/.gitignore +++ b/.gitignore @@ -91,7 +91,7 @@ ipython_config.py # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: -# .python-version +**/.python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. @@ -176,8 +176,8 @@ yarn-debug.log* yarn-error.log* frontend/public/ frontend/node_modules -node_modules/ +**/node_modules/ +**/.yarn # Data server/src/curfu/data -client/node_modules diff --git a/LICENSE b/LICENSE index 859f3c0e..8cb143ef 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2022 Alex H. Wagner +Copyright (c) 2021-2024 Genomic Medicine Lab Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/server/pyproject.toml b/server/pyproject.toml index 05ca9a24..c9456bda 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -1,7 +1,11 @@ [project] name = "curfu" authors = [ - {name = "Wagner Lab"}, + {name = "Alex Wagner", email = "alex.wagner@nationwidechildrens.org"}, + {name = "Kori Kuzma", email = "kori.kuzma@nationwidechildrens.org"}, + {name = "James Stevenson", email = "james.stevenson@nationwidechildrens.org"}, + {name = "Katie Stahl", email = "kathryn.stahl@nationwidechildrens.org"}, + {name = "Jeremy Arbesfeld", email = "jeremy.arbesfeld@nationwidechildrens.org"} ] readme = "README.md" classifiers = [