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

Temporarily switch to hatchling backend #148

Merged
merged 1 commit into from
Dec 22, 2024
Merged

Temporarily switch to hatchling backend #148

merged 1 commit into from
Dec 22, 2024

Conversation

cthoyt
Copy link
Member

@cthoyt cthoyt commented Dec 22, 2024

Closes #147

Temporarily switches to hatch as a backend until astral-sh/uv#10091 is addressed. setuptools still has a major bug with metadata upload to PyPI related to licenses between metadata version 2.3 and 2.4, so it doesn't make sense to go back to that at all.

The following should now work:

$ git clone https://github.com/biopragmatics/curies
$ cd curies
$ git checkout -b hatch-backend
$ python -m pip install -e .[flask,rdflib]
$ python -m curies mapper --host 0.0.0.0 --port 8764 bioregistry

# then, navigate to http://0.0.0.0:8764/sparql

@cthoyt cthoyt merged commit cf45b14 into main Dec 22, 2024
10 checks passed
@cthoyt cthoyt deleted the hatch-backend branch December 22, 2024 22:54
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.

Installation of extra dependencies not working in 0.10
1 participant