Skip to content

Inconsistent directory name inside source distribution #272

Description

@mgorny

Describe the bug
The source distribution is named python_gnupg-0.5.6.tar.gz (which follows PEP 625) but the directory inside it is named python-gnugp-0.5.6 with a hyphen instead of underscore, which breaks tools assuming that the two will match (and goes against the common Unix assumption).

To Reproduce

wget https://files.pythonhosted.org/packages/98/2c/6cd2c7cff4bdbb434be5429ef6b8e96ee6b50155551361f30a1bb2ea3c1d/python_gnupg-0.5.6.tar.gz
tar -tf python_gnupg-0.5.6.tar.gz | head -1

Expected behavior

python_gnupg-0.5.6/

Screenshots
n/a

Environment

  • OS, Gentoo Linux amd64
  • Version of this library: 0.5.6
  • Version of GnuPG: n/a

Additional information
n/a

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions