Skip to content

Commit

Permalink
Convert egg-info file to directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelka authored and Toasterson committed Mar 16, 2023
1 parent aaea06f commit 5d28f08
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pkg/manifests/package:pkg.p5m
Expand Up @@ -39,7 +39,11 @@ set name=variant.arch value=$(ARCH)
dir path=$(PYDIR)
dir path=$(PYDIRVP)
dir path=$(PYDIRVP)/pkg
file path=$(PYDIRVP)/pkg-0.1-py3.9.egg-info
dir path=$(PYDIRVP)/pkg-0.1-py3.9.egg-info
file path=$(PYDIRVP)/pkg-0.1-py3.9.egg-info/PKG-INFO
file path=$(PYDIRVP)/pkg-0.1-py3.9.egg-info/SOURCES.txt
file path=$(PYDIRVP)/pkg-0.1-py3.9.egg-info/dependency_links.txt
file path=$(PYDIRVP)/pkg-0.1-py3.9.egg-info/top_level.txt
file path=$(PYDIRVP)/pkg/__init__.py
file path=$(PYDIRVP)/pkg/_arch.cpython-39.so
file path=$(PYDIRVP)/pkg/_pspawn.cpython-39.so
Expand Down

0 comments on commit 5d28f08

Please sign in to comment.