Skip to content

Commit

Permalink
🎨 prepare uploading to test-PyPI
Browse files Browse the repository at this point in the history
- package name needs to be unique
  • Loading branch information
Henry committed Feb 24, 2024
1 parent b574e7f commit 4b7dc98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
project = "mockup"
copyright = "2024, Jakob Nybo Nissen, Henry Webel"
author = "Jakob Nybo Nissen, Henry Webel"
PACKAGE_VERSION = metadata.version("mockup")
PACKAGE_VERSION = metadata.version("rasmussenlab-mockup")
version = PACKAGE_VERSION
release = PACKAGE_VERSION

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [
{name = "Jakob Nybo Nissen", email = "jakobnybonissen@gmail.com"},
]
description = "A small example package"
name = "mockup"
name = "rasmussenlab-mockup"
# This means: Load the version from the package itself.
# See the section below: [tools.setuptools.dynamic]
dynamic = ["version"]
Expand All @@ -30,7 +30,7 @@ docs = [
"sphinx-book-theme",
"myst-nb",
"ipywidgets",
"sphinx-new-tab-link",
"sphinx-new-tab-link!=0.2.2",
]

# Configure the Ruff linter: Ignore error number 501
Expand Down

0 comments on commit 4b7dc98

Please sign in to comment.