Skip to content

Commit 2023030

Browse files
author
Henry
committed
📝 replace author names
1 parent 7a90b20 commit 2023030

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,29 @@ tests\test_circle.py:
9494
3
9595
```
9696
97+
And additionally the author names:
98+
99+
```bash
100+
pyproject.toml:
101+
1 [project]
102+
2: authors = [
103+
3 {name = "Jakob Nybo Nissen", email = "[email protected]"},
104+
105+
README.md:
106+
37 20 copyright = "2024, Jakob Nybo Nissen, Henry Webel"
107+
38: 21 author = "Jakob Nybo Nissen, Henry Webel"
108+
39 22: PACKAGE_VERSION = metadata.version("rasmussenlab-mockup")
109+
110+
96
111+
97: And additionally the author names:
112+
98
113+
114+
docs\conf.py:
115+
20 copyright = "2024, Jakob Nybo Nissen, Henry Webel"
116+
21: author = "Jakob Nybo Nissen, Henry Webel"
117+
22 PACKAGE_VERSION = metadata.version("rasmussenlab-mockup")
118+
```
119+
97120
> Potentially a cookiecutter could be based on this template repository.
98121
99122
## Development environment

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
authors = [
33
{name = "Jakob Nybo Nissen", email = "[email protected]"},
4+
{name = "Henry Webel", email = "[email protected]"},
45
]
56
description = "A small example package"
67
name = "rasmussenlab-mockup"
@@ -21,7 +22,6 @@ classifiers = [
2122
"Bug Tracker" = "https://github.com/RasmussenLab/python_package/issues"
2223
"Homepage" = "https://github.com/RasmussenLab/python_package"
2324

24-
2525
[project.optional-dependencies]
2626
docs = [
2727
"sphinx",

0 commit comments

Comments
 (0)