Skip to content

Commit

Permalink
Allow manual triggering of documentation workflow; minor metadata cha…
Browse files Browse the repository at this point in the history
…nges
  • Loading branch information
njbirth committed Dec 16, 2023
1 parent 8ba1ba8 commit e2fb99e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Documentation

# build the documentation whenever there are new commits on main
on:
workflow_dispatch:
push:
branches:
- master
Expand Down
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ build-backend = "setuptools.build_meta"
name = "cocopye"
version = "0.1.0"
authors = [
{ name = "Niklas Birth", email = "[email protected]" },
{ name = "Nicolina Leppich" },
{ name = "Dr. Peter Meinicke" }
{ name = "Niklas Birth, Nicolina Leppich, Dr. Peter Meinicke" },
]
maintainers = [
{ name = "Niklas Birth", email = "[email protected]" },
Expand Down Expand Up @@ -42,8 +40,8 @@ dependencies = [

[project.urls]
#Homepage = "https://cocopye.uni-goettingen.de"
source = "https://github.com/gobics/cocopye"
documentation = "https://github.com/gobics/cocopye/wiki"
Source = "https://github.com/gobics/cocopye"
Documentation = "https://github.com/gobics/cocopye/wiki"

[project.optional-dependencies]
web = [
Expand Down

0 comments on commit e2fb99e

Please sign in to comment.