Metadata-Version: 2.4
Name: scikit-causal
Version: 0.0.2
Summary: Intentionally non-installable placeholder distribution that reserves the scikit-causal name for skcausal.
Project-URL: Homepage, https://github.com/felipeangelim/skcausal
Project-URL: Repository, https://github.com/felipeangelim/skcausal
Author-email: Felipe Lourenço Angelim Vieira <felipeangelim@gmail.com>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# scikit-causal

`scikit-causal` is an intentionally non-installable placeholder distribution
that reserves this package name for the `skcausal` project.

Any attempt to install it should fail with a message explaining that the real
project is distributed as `skcausal` and imported as `skcausal`.

Install the real package with:

```bash
pip install skcausal
```