From 91c919bf7f746f00cf7c1efa1e22837c8584cb03 Mon Sep 17 00:00:00 2001
From: Daniel Sali <daniel.sali@alphacruncher.com>
Date: Thu, 9 Jan 2025 14:23:42 +0100
Subject: [PATCH] Rename package to be accepted by PyPI

---
 README.md      | 4 ++--
 pyproject.toml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 7a01d8a..b99e366 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 8f3c795..49a6e4f 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" }
-- 
GitLab