Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pip package metadata #8412

Merged
merged 3 commits into from
Sep 6, 2024
Merged

Update pip package metadata #8412

merged 3 commits into from
Sep 6, 2024

Conversation

alexreinking
Copy link
Member

Updates the pip package metadata to include a brief README that will appear on the PyPI website. Open to suggestions for things to add here, but we should avoid being redundant with the other metadata in this file (e.g. no need to include links to the repo, docs, etc.).

Adds keywords and classifiers to the package and lists myself as the package maintainer (that way people don't try emailing the halide-dev list with problems).

Also links to the CMake package documentation from the Doxygen landing page and fixes a warning about a missing parameter when building the docs.

@alexreinking alexreinking added skip_buildbots Synonym for buildbot_test_nothing buildbot_test_nothing Buildbots ignore this PR entirely. Takes precedence over all other buildbot_test_* labels. labels Sep 6, 2024
@alexreinking alexreinking merged commit 37300e3 into main Sep 6, 2024
3 of 13 checks passed
high-performance image and array processing code on modern machines. Halide
currently targets:

- CPU architectures: X86, ARM, Hexagon, PowerPC, RISC-V
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add WebAssembly here

@@ -8,20 +8,65 @@ build-backend = "scikit_build_core.build"
[project]
name = "halide"
authors = [{ name = "The Halide team", email = "halide-dev@lists.csail.mit.edu" }]
maintainers = [{ name = "Alex Reinking", email = "areinking@adobe.com" }]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's open an issue to add a virtual email address here that will go to multiple people, in case you are hit by a bus

mcourteaux pushed a commit to mcourteaux/Halide that referenced this pull request Sep 15, 2024
* Update pip package metadata

* Link to the CMake package docs from Doxygen

* Fix invalid Doxygen annotation in Serialization.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
buildbot_test_nothing Buildbots ignore this PR entirely. Takes precedence over all other buildbot_test_* labels. skip_buildbots Synonym for buildbot_test_nothing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants