From 122556e223cee74ce34b33eafb98666e24620072 Mon Sep 17 00:00:00 2001 From: Paul Dutronc-Postel Date: Tue, 30 Jul 2024 18:48:45 +0200 Subject: [PATCH] nettoie nom apres fausse manip --- CONTRIBUTING.md | 2 +- Makefile | 2 +- README.md | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 145c6a6..2e2eb19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ Examples: ### Changelog -openfisca-france_firms changes must be understood by users who don't necessarily work on the code. The Changelog must therefore be as explicit as possible. +openfisca_france_firms changes must be understood by users who don't necessarily work on the code. The Changelog must therefore be as explicit as possible. Each change must be documented with the following elements: diff --git a/Makefile b/Makefile index b580363..e2bb09a 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ deps: install: deps @# Install OpenFisca-Extension-Template for development. - @# `make install` installs the editable version of openfisca-france_firms. + @# `make install` installs the editable version of openfisca_france_firms. @# This allows contributors to test as they code. pip install --editable .[dev] --upgrade --use-deprecated=legacy-resolver diff --git a/README.md b/README.md index 7d65ed0..d03d986 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ pip --version # should print at least 9.0. Install the Country Package: ```sh -pip install openfisca-france_firms +pip install openfisca_france_firms ``` :warning: Please beware that installing the Country Package with `pip` is dependent on its maintainers publishing said package. diff --git a/pyproject.toml b/pyproject.toml index bfc1540..83ccbdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "openfisca-france_firms" +name = "openfisca_france_firms" version = "0.0.1" description = "OpenFisca Rules as Code model for France Firms." readme = "README.md"