Skip to content

Commit

Permalink
Add Name to egg-info file for Windows (#324)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jun 7, 2024
2 parents 932b2dd + 7d46e23 commit c6372ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions recipe/bld-base.bat
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ REM See https://setuptools.readthedocs.io/en/latest/pkg_resources.html#workingse

set egg_info=%SP_DIR%\vtk-%PKG_VERSION%.egg-info
echo>%egg_info% Metadata-Version: 2.1
echo>>%egg_info% Name: vtk
echo>>%egg_info% Version: %PKG_VERSION%
echo>>%egg_info% Summary: VTK is an open-source toolkit for 3D computer graphics, image processing, and visualization
echo>>%egg_info% Platform: UNKNOWN
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "9.2.6" %}
{% set build = 22 %}
{% set build = 23 %}

{% set minor_version = ".".join(version.split(".")[:2]) %}

Expand Down

0 comments on commit c6372ff

Please sign in to comment.