pydo icon indicating copy to clipboard operation
pydo copied to clipboard

Installed package should get version from metadata

Open scotchneat opened this issue 3 years ago • 0 comments

The project currently has dev hardcoded in _version.py. The version is used when setting the user-agent header for requests.

The code should include logic to fetch the metadata.version using something like importlib.metadata when the package is installed.

scotchneat avatar Nov 29 '22 16:11 scotchneat