Skip to content
Snippets Groups Projects
Commit 91c919bf authored by Daniel Sali's avatar Daniel Sali
Browse files

Rename package to be accepted by PyPI

parent 82c6e7b9
No related branches found
No related tags found
1 merge request!8Rename package to be accepted by PyPI
......@@ -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
......
......@@ -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" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment