diff --git a/README.md b/README.md index 7a01d8ae918ba0a8acd93ba2f9529ffce80054f1..b99e36625d18492d89ee1f9de72c54f85c173587 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ Under the hood, the project uses the [JuliaCall](https://juliapy.github.io/Pytho ## Installation -The package can be currently installed from the GitLab repository: +The package can be installed from PyPI with the following command: ```bash -pip install git+https://git.dynare.org/Dynare/dynare-python.git +pip install dynare-python ``` ### Quickstart diff --git a/pyproject.toml b/pyproject.toml index 8f3c795ff0c0b064f1ca17adeb1c401bc2fe14a5..49a6e4fd526295adae4d4ce2d51933ce6d9f1d1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "dynare" -version = "0.1.1" +name = "dynare-python" +version = "0.1.0" description = "A Python wrapper for the Dynare.jl Julia package" authors = [ { name = "Daniel Sali", email = "daniel.sali@alphacruncher.com" }