Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove uses of get_distribution to better support package vendoring #304

Closed
@tswast

Description

@tswast

get_distribution doesn't function when packages are vendored. We should remove uses of this function.

__version__ = get_distribution("google-cloud-bigquery").version

See: googleapis/python-api-core#80 as an example of how to fix this using a "version" module. Release tooling is being updated to support this method.

Metadata

Metadata

Labels

type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions