Skip to content

Conversation

@kkraus14
Copy link
Contributor

This PR fixes two packaging issues identified in #85:

  1. README image URL: Changed from relative path to absolute URL so the image displays correctly on PyPI

    • Changed: docs/source/_static/numba-green-icon-rgb.svg
    • To: https://raw.githubusercontent.com/NVIDIA/numba-cuda/main/docs/source/_static/numba-green-icon-rgb.svg
  2. pyproject.toml build-system.requires: Removed unnecessary 'wheel' dependency

    • Modern setuptools has wheel vendored, so this dependency is not needed
    • Removed "wheel" from the requires list

Fixes #85

- Fix README image URL to use absolute URL for PyPI display
- Remove unnecessary 'wheel' dependency from build-system.requires

Fixes NVIDIA#85
@copy-pr-bot
Copy link

copy-pr-bot bot commented Sep 24, 2025

Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@kkraus14 kkraus14 changed the title Fix packaging issues Fix packaging quirks Sep 24, 2025
@kkraus14
Copy link
Contributor Author

/ok to test

@kkraus14 kkraus14 enabled auto-merge (squash) September 29, 2025 15:06
@gmarkall gmarkall added the 2 - In Progress Currently a work in progress label Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 - In Progress Currently a work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[drive-by-feedback] Packaging quirks

3 participants