Skip to content

Commit

Permalink
📝 replace author names
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Feb 28, 2024
1 parent 7a90b20 commit 2023030
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,29 @@ tests\test_circle.py:
3
```
And additionally the author names:
```bash
pyproject.toml:
1 [project]
2: authors = [
3 {name = "Jakob Nybo Nissen", email = "[email protected]"},

README.md:
37 20 copyright = "2024, Jakob Nybo Nissen, Henry Webel"
38: 21 author = "Jakob Nybo Nissen, Henry Webel"
39 22: PACKAGE_VERSION = metadata.version("rasmussenlab-mockup")

96
97: And additionally the author names:
98

docs\conf.py:
20 copyright = "2024, Jakob Nybo Nissen, Henry Webel"
21: author = "Jakob Nybo Nissen, Henry Webel"
22 PACKAGE_VERSION = metadata.version("rasmussenlab-mockup")
```
> Potentially a cookiecutter could be based on this template repository.
## Development environment
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[project]
authors = [
{name = "Jakob Nybo Nissen", email = "[email protected]"},
{name = "Henry Webel", email = "[email protected]"},
]
description = "A small example package"
name = "rasmussenlab-mockup"
Expand All @@ -21,7 +22,6 @@ classifiers = [
"Bug Tracker" = "https://github.com/RasmussenLab/python_package/issues"
"Homepage" = "https://github.com/RasmussenLab/python_package"


[project.optional-dependencies]
docs = [
"sphinx",
Expand Down

0 comments on commit 2023030

Please sign in to comment.