Skip to content

Commit 986a582

Browse files
committed
chore: change metadata and version switcher
1 parent cd467f2 commit 986a582

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release_and_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
fi
118118
119119
if [[ "$v" == "latest" ]]; then
120-
entry="{\"version\": \"latest\", \"url\": \"https://baker-laboratory.github.io/atomworks/latest/\", \"name\": \"dev (latest)\"}"
120+
entry="{\"version\": \"latest\", \"url\": \"https://baker-laboratory.github.io/atomworks-dev/latest/index.html\", \"name\": \"latest\"}"
121121
else
122122
disp="${v#v}"
123123
# Mark the newest stable version as preferred
@@ -126,7 +126,7 @@ jobs:
126126
else
127127
preferred="false"
128128
fi
129-
entry="{\"version\": \"$disp\", \"url\": \"https://baker-laboratory.github.io/atomworks/$v/\", \"name\": \"v$disp\", \"preferred\": $preferred}"
129+
entry="{\"version\": \"$disp\", \"url\": \"https://baker-laboratory.github.io/atomworks-dev/$v/index.html\", \"name\": \"v$disp\", \"preferred\": $preferred}"
130130
fi
131131
132132
switcher_content="$switcher_content$entry"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3",
1919
"Programming Language :: Python :: Implementation :: CPython",
2020
"Topic :: Scientific/Engineering :: Bio-Informatics",
21-
"License :: OSI Approved :: MIT License",
21+
"License :: OSI Approved :: BSD License",
2222
]
2323

2424
dependencies = [

0 commit comments

Comments
 (0)