LICENSE file is missing from the wheel artifact.

Aperta
#909 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
45/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
python

Direzione di ricerca

Inspect the wheel-building configuration and package metadata, then reproduce the difference between the PyPI tar.gz and wheel artifacts. Verify that the wheel contains LICENSE alongside the existing invoke-2.0.0.dist-info files and that its metadata remains consistent.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

While the LICENSE file exists in the tar.gz artifact upload on pypi, it does not exist on the wheel artifact even though it is mentioned in the metadata

{
    "generator": "bdist_wheel (0.24.0)",
    "summary": "Pythonic task execution",
    "metadata_version": "2.0",
    "name": "invoke",
    "version": "2.0.0",
    "extensions": {
        "python.details": {
            "project_urls": {
                "Home": "https://pyinvoke.org"
            },
            "contacts": [
                {
                    "email": "jeff@bitprophet.org",
                    "name": "Jeff Forcier",
                    "role": "author"
                }
            ],
            "document_names": {
                "description": "DESCRIPTION.rst"
            }
        },
        "python.exports": {
            "console_scripts": {
                "inv": "invoke.main:program.run",
                "invoke": "invoke.main:program.run"
            }
        },
        "python.commands": {
            "wrap_console": {
                "inv": "invoke.main:program.run",
                "invoke": "invoke.main:program.run"
            }
        }
    },
    "license": "BSD",
    "project_url": "Docs, https://docs.pyinvoke.org",
    "classifiers": [
        "Development Status :: 5 - Production/Stable",
        "Environment :: Console",
        "Intended Audience :: Developers",
        "Intended Audience :: System Administrators",
        "License :: OSI Approved :: BSD License",
        "Operating System :: POSIX",
        "Operating System :: Unix",
        "Operating System :: MacOS :: MacOS X",
        "Operating System :: Microsoft :: Windows",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.6",
        "Programming Language :: Python :: 3.7",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
        "Topic :: Software Development",
        "Topic :: Software Development :: Build Tools",
        "Topic :: Software Development :: Libraries",
        "Topic :: Software Development :: Libraries :: Python Modules",
        "Topic :: System :: Software Distribution",
        "Topic :: System :: Systems Administration"
    ],
    "requires_python": ">=3.6",
    "license_file": "LICENSE"
}
ls -l
total 64
-rw-r--r--@ 1 user  group  1539 Jan 16 17:24 DESCRIPTION.rst
-rw-r--r--  1 user  group  3234 Jan 16 17:24 METADATA
-rw-r--r--  1 user  group  4930 Jan 16 17:24 RECORD
-rw-r--r--  1 user  group    92 Jan 16 17:24 WHEEL
-rw-r--r--@ 1 user  group    82 Jan 16 17:24 entry_points.txt
-rw-r--r--@ 1 user  group  2286 Jan 26 20:06 metadata.json
-rw-r--r--  1 user  group     7 Jan 16 17:24 top_level.txt
Lingua principale
Python
Stelle
4.8k
Fork
412
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di pyinvoke/invoke

Tutte le issue di pyinvoke/invoke

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.