Skip to content

Commit

Permalink
other cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jul 16, 2024
1 parent 7d1f88e commit aa3e4e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit aa3e4e1

Please sign in to comment.