pymc-labs/CausalPy

try to get dynamic version in `pyproject.toml`

Open

#155 opened on Jan 6, 2023

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (111 forks)auto 404
devopsgood first issue

Repository metrics

Stars
 (1,162 stars)
PR merge metrics
 (PR metrics pending)

Description

AFTER #105...

In theory we should be able to have ONE version number in causalpy/version.py and get pyproject.toml to extract that. See the instructions here, https://packaging.python.org/en/latest/guides/single-sourcing-package-version/

But when working on #105 this was not working. So at the moment we have the version number in both causalpy/version.py and and pyproject.toml.

Contributor guide