daler / pybedtools

Python wrapper -- and more -- for BEDTools (bioinformatics tools for "genome arithmetic")
http://daler.github.io/pybedtools
Other
297 stars 103 forks source link

Add minimal pyproject.toml #386

Closed afg1 closed 1 year ago

afg1 commented 1 year ago

I'm using pybedtools within a poetry controlled virtual environment, and without the addition of this minimal pyproject.toml, the build fails to find Cython.

Adding this file allows the build to succeed, and makes pybedtools PEP518 compliant, which should make builds smoother in the future.

I don't think this will impact any of your CI, but I'm not 100% sure.

daler commented 1 year ago

Thanks. Just getting to this now, I'll try merging into the v0.9.1 branch to see if anything breaks...