Skip to content

Commit

Permalink
BLD: ensure the name of the installed scipy package is lower-case
Browse files Browse the repository at this point in the history
Closes gh-19906

[skip cirrus] [skip circle]
  • Loading branch information
rgommers authored and tylerjereddy committed Jan 19, 2024
1 parent aedbb2b commit c76bedf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
@@ -1,5 +1,5 @@
project(
'SciPy',
'scipy',
'c', 'cpp', 'cython',
# Note that the git commit hash cannot be added dynamically here (it is added
# in the dynamically generated and installed `scipy/version.py` though - see
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -38,7 +38,7 @@ requires = [
]

[project]
name = "SciPy"
name = "scipy"
version = "1.12.0"
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
# at that point, no longer include them in `py3.install_sources()`
Expand Down

0 comments on commit c76bedf

Please sign in to comment.