Skip to content

Commit

Permalink
Merge branch 'add_logging' into logging-config-place
Browse files Browse the repository at this point in the history
  • Loading branch information
benmalef authored Jul 2, 2024
2 parents 3f9b47b + be22bdb commit 0473f33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
]

# Any extra files should be located at `GANDLF` module folder (not in repo root)
<<<<<<< logging-config-place
extra_files = ["logging_config.yml"]
=======
extra_files = []
>>>>>>> add_logging
toplevel_package_excludes = ["testing*"]

# specifying version for `black` separately because it is also used to [check for lint](https://github.com/mlcommons/GaNDLF/blob/master/.github/workflows/black.yml)
Expand Down

0 comments on commit 0473f33

Please sign in to comment.