Skip to content

Commit

Permalink
Add Name to egg-info file for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews authored and minrk committed Jun 7, 2024
1 parent 932b2dd commit 7d46e23
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 7d46e23

Please sign in to comment.