Skip to content

Commit 06cd2db

Browse files
author
Olivier D'Ancona
committed
cleaning
1 parent 34ba602 commit 06cd2db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.c2pconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_output = "clipboard"
2-
include_patterns = ["*.py", "*.ini", "*.toml", "Makefile"]
3-
exclude_patterns = []
2+
include_patterns = ["*.py", "*.ini", "*.toml", "Makefile","*.yml"]
3+
exclude_patterns = ["*node_modules/**", "LICENSE","*.lock"]
44
line_numbers = false
55
absolute_path = false

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ site_description: Pycamt is a flexible and extensible Python class designed to p
55
site_author: Olivier D'Ancona
66
edit_uri: edit/main/docs/
77
repo_name: ODAncona/pycamt
8-
copyright: Maintained by <a href="https://ODAncona.com">Florian</a>.
8+
copyright: Maintained by <a href="https://github.com/ODAncona">Olivier D'Ancona</a>.
99

1010
nav:
1111
- Home: index.md

0 commit comments

Comments
 (0)