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

Use declarative setuptools #41

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

charlesbluca
Copy link
Member

Haven't really touched the cython bits here, but this should resolve dask/distributed#8369

requires-python = ">=3.8"
dynamic = ["version"]

[project.urls]
Source = "https://github.com/dask/crick"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is Source a valid option?
Maybe Home (just based from reading this https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#urls)

Copy link
Collaborator

Choose a reason for hiding this comment

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

Nvm, I see it's used in dask/distributed.

@@ -10,9 +10,23 @@ build-backend = "setuptools.build_meta"

[project]
name = "crick"
description="High performance approximate and streaming algorithms"
maintainers = [{name = "Jim Crist", email = "[email protected]"}]
Copy link
Collaborator

Choose a reason for hiding this comment

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

I believe Jim no longer has time/desire to maintain crick. @fjetter I see dask/dask and distributed both have Matt as the maintainers, do we want to add/change this as well for crick?

Copy link
Member

Choose a reason for hiding this comment

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

I suggest to keep this as is for now and fix the packaging without worrying about this too much. I'm fine changing this but I want Jim's ACK and frankly I don't know what else to put in here. We should probably setup an [email protected] email address if that doesn't exist yet (@jacobtomlinson does something like that exist?)

@milesgranger milesgranger merged commit e44b87b into dask:main Nov 22, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

crick source install blocking 3.9 CI
3 participants