Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

[Request] : Prevent git to be used for release packages #58

@xavArtley

Description

@xavArtley

Hi I noticed with param and panel version installed from pypi, a git cmd is used on import to retrieve the package version.

Most of the time its harmeless, but I work on a software where each time I import panel some dos cmd related to git popup.

Here is a screen shot where the .version is in the panel release

image

and a screen shot showing the 2 git cmd open at panel import. I suppose one for param and one for panel.

panel_git

the .version contain :
{"git_describe": "v0.5.1-0-g002dd94", "version_string": "0.5.1"}

I was wondering if it was possible to first check for the .version file and if not found use the git cmd?

Thx.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions