.. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT whiteprints.package_metadata ============================ .. py:module:: whiteprints.package_metadata .. autoapi-nested-parse:: Discover the package's version number. Attributes ---------- .. autoapisummary:: whiteprints.package_metadata.__version__ whiteprints.package_metadata.__metadata__ whiteprints.package_metadata.__license__ whiteprints.package_metadata.__license_file__ Module Contents --------------- .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:data:: __version__ :type: Final The package version number as found by importlib metadata. .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:data:: __metadata__ :type: Final The package metadata. .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:data:: __license__ :type: Final The package code license as found by importlib metadata. .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:data:: __license_file__ :type: Final A list containing the path to the license(s) of the package code.