You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# Modern Python Boilerplate
2
-
This is my modern python boilerplate. The goal is to provide a good starting point to develop new python project with most up-to-date tooling, structure and good practices.
2
+
This is my modern python boilerplate. The goal is to provide a good starting point to develop new python project with most up-to-date tooling, structure and good practices.
3
+
Creator and Maintainer: [**Corentin Meyer**, PhD in Biomedical AI](https://cmeyer.fr)<contact@cmeyer.fr>
3
4
4
5
# Features
5
6
A global `Makefile` to run all the commands. You can run `make help` to see all the available commands.
@@ -46,4 +47,4 @@ From source: `pip install -e .`
46
47
Example 1: `my_package --help`
47
48
48
49
## Contact
49
-
Creator and Maintainer: [**Corentin Meyer**, PhD in Biomedical AI](https://cmeyer.fr)<contact@cmeyer.fr>
50
+
Creator and Maintainer: [**Your Name**, Your Title](your website) <your@email.com>
0 commit comments