finch-tensor / finch-tensor-python

Sparse and Structured Tensor Programming in Python
MIT License
8 stars 3 forks source link

BLD: Move build to setuptools #2

Closed mtsokol closed 9 months ago

mtsokol commented 9 months ago

Hi @willow-ahrens @hameerabbasi,

This PR updates pyproject.toml to match pydata/sparse build setup.

hameerabbasi commented 9 months ago

I think the readme needs updating, I'd also search for other mentions of Poetry.

mtsokol commented 9 months ago

I think the readme needs updating, I'd also search for other mentions of Poetry.

Sure! I updated README.md and .gitignore to remove all occurrences of Poetry.

willow-ahrens commented 9 months ago

I don't have much of value to add to this. Using setuptools seems really important to y'all, so I'm happy to go along with it, especially since it seems like setuptools might support an opportunity to add a build step. LMK if there's anything I need to do (i.e. adding pypi keys to github secrets, etc.) to get the next version published.