Skip to content

Commit

Permalink
PYTHON: (pyproject.toml.in) renamed project as iode-python
Browse files Browse the repository at this point in the history
  • Loading branch information
alixdamman committed Nov 11, 2024
1 parent 725f940 commit 135ace9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Install iode package
shell: bash -el {0}
run: |
filename=$(ls iodeapi*.whl)
filename=$(ls iode-python*.whl)
echo $filename
pip install $filename
- name: Test iode Python
Expand Down
2 changes: 1 addition & 1 deletion doc/source/changes/v7.0.0.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In development
New Features
------------

* (PYTHON) release of the first Python iodeapi package (version 7.0.0)
* (PYTHON) release of the first Python iode-python package (version 7.0.0)

Improvements
------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ requires = [ "scikit-build-core >=0.4.3", "numpy", "cython>=3.0", "mypy>=1.10" ]
build-backend = "scikit_build_core.build"

[project]
# NOTE: the name of the package is "pyiode" but the name of the module is "iode"
# NOTE: The name of the package is "iode-python" but the name of the module is "iode"
# The name "iode" was already used in PyPI
name = "iodeapi"
name = "iode-python"
version = "${CMAKE_PROJECT_VERSION}"
description = ""
readme = "README.md"
Expand Down

0 comments on commit 135ace9

Please sign in to comment.