cancervariants / fusion-curation

MIT License
2 stars 0 forks source link

Remove reference of `Pipenv` + `setup.cfg` in README #305

Open korikuzma opened 2 months ago

korikuzma commented 2 months ago

On staging branch (9f64b22)

Note: there's also a Pipfile so you can skip the virtualenv steps if you'd rather use a Pipenv instance instead of virtualenv/venv. I have been sticking with the latter because Pipenv doesn't play well with entry points in development, but if you aren't editing them in setup.cfg, then the former should be fine.

We no longer have setup.cfg file and instead use pyproject.toml. It also looks like we removed Pipenv too, so no Pipfile.