Skip to content

Commit

Permalink
nettoie nom apres fausse manip
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Dutronc-Postel committed Jul 30, 2024
1 parent 50212d1 commit 122556e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 122556e

Please sign in to comment.