Wrong pypi_name in the json file · Issue #3 · circuitpython/CircuitPython_Org_Bundle · GitHub
Skip to content

Wrong pypi_name in the json file #3

Description

@Neradoc

The pypi name of displayio_annotation in the json file is incorrect

  • setup.py says circuitpython-displayio-annotation
  • the json file says "pypi_name": "circuitpython-org-displayio-annotation"

I believe circuitpython-build-tools uses the repository name:

https://github.com/adafruit/circuitpython-build-tools/blob/bdcdafdb903fc4faaaec619603d2b59bab10ccea/circuitpython_build_tools/scripts/build_bundles.py#L107-L110
https://github.com/adafruit/circuitpython-build-tools/blob/bdcdafdb903fc4faaaec619603d2b59bab10ccea/circuitpython_build_tools/scripts/build_bundles.py#L60-L67

Outside of renaming the module on pypi, or the repository, which are probably valid options that are not gonna break much things yet, this could be handled by having the pypi name in an additional metadata file, same as this: adafruit/circup#96 (comment) once circup moves to using the json file. (Which would require an update to circuitpython-build-tools).

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions