Skip to content

Commit 4b7dc98

Browse files
author
Henry
committed
🎨 prepare uploading to test-PyPI
- package name needs to be unique
1 parent b574e7f commit 4b7dc98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
project = "mockup"
2020
copyright = "2024, Jakob Nybo Nissen, Henry Webel"
2121
author = "Jakob Nybo Nissen, Henry Webel"
22-
PACKAGE_VERSION = metadata.version("mockup")
22+
PACKAGE_VERSION = metadata.version("rasmussenlab-mockup")
2323
version = PACKAGE_VERSION
2424
release = PACKAGE_VERSION
2525

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [
33
{name = "Jakob Nybo Nissen", email = "[email protected]"},
44
]
55
description = "A small example package"
6-
name = "mockup"
6+
name = "rasmussenlab-mockup"
77
# This means: Load the version from the package itself.
88
# See the section below: [tools.setuptools.dynamic]
99
dynamic = ["version"]
@@ -30,7 +30,7 @@ docs = [
3030
"sphinx-book-theme",
3131
"myst-nb",
3232
"ipywidgets",
33-
"sphinx-new-tab-link",
33+
"sphinx-new-tab-link!=0.2.2",
3434
]
3535

3636
# Configure the Ruff linter: Ignore error number 501

0 commit comments

Comments
 (0)