Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

linecache2 does not conform to PEP 396 (missing __version__ string) #6

Description

@ddriddle

For our package management we use automated tooling to extract version numbers from python packages. I would like to request that you add the __version__ attribute version string.

PEP 396 states:

  • On a case-by-case basis, standard library modules which are also released in standalone form for other Python versions MAY include a module version number when included in the standard library, and SHOULD include a version number when packaged separately.
  • When a module (or package) includes a version number, the version SHOULD be available in the __version__ attribute.
  • The __version__ attribute's value SHOULD be a string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions