pymc-labs/CausalPy

try to get dynamic version in `pyproject.toml`

Open

#155 aberto em 6 de jan. de 2023

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

Métricas do repositório

Stars
 (1.162 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador