bitsandbytes icon indicating copy to clipboard operation
bitsandbytes copied to clipboard

chore: migrate config files to `pyproject.toml`

Open SauravMaheshkar opened this issue 1 year ago • 1 comments

This PR aims to drop the configuration files in favour of pyproject.toml in order to have a more minimal project structure.

Request for Review: @matthewdouglas

SauravMaheshkar avatar Sep 26 '24 16:09 SauravMaheshkar

There's an older PR (#1078) that I had started a while ago for the same thing. I'm OK superseding that one with this PR but with some more changes to match the intent of #1078.

The biggest of those changes would be to move more from setup.py to pyproject.toml as was done in #1078.

matthewdouglas avatar Oct 10 '24 17:10 matthewdouglas

There's an older PR (#1078) that I had started a while ago for the same thing. I'm OK superseding that one with this PR but with some more changes to match the intent of #1078.

The biggest of those changes would be to move more from setup.py to pyproject.toml as was done in #1078.

@matthewdouglas I've ported over some of your work from #1078 to this PR. Before I port over changes to the Github Actions changes as well, let's resolve the older comments.

SauravMaheshkar avatar Nov 03 '24 22:11 SauravMaheshkar

Gentle ping @matthewdouglas

SauravMaheshkar avatar Nov 29 '24 02:11 SauravMaheshkar

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

github-actions[bot] avatar Nov 29 '24 18:11 github-actions[bot]

docs/source/installation.mdx has outdated instructions now btw (see #1485).

akx avatar Jan 23 '25 13:01 akx