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

Merge branch 'package_rename' into 'main'

Rename package to be accepted by PyPI

See merge request !8
parents 82c6e7b9 91c919bf
Branches
Tags
1 merge request!8Rename package to be accepted by PyPI
Pipeline #11250 passed
...@@ -10,10 +10,10 @@ Under the hood, the project uses the [JuliaCall](https://juliapy.github.io/Pytho ...@@ -10,10 +10,10 @@ Under the hood, the project uses the [JuliaCall](https://juliapy.github.io/Pytho
## Installation ## Installation
The package can be currently installed from the GitLab repository: The package can be installed from PyPI with the following command:
```bash ```bash
pip install git+https://git.dynare.org/Dynare/dynare-python.git pip install dynare-python
``` ```
### Quickstart ### Quickstart
......
...@@ -3,8 +3,8 @@ requires = ["setuptools>=61.0", "wheel"] ...@@ -3,8 +3,8 @@ requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "dynare" name = "dynare-python"
version = "0.1.1" version = "0.1.0"
description = "A Python wrapper for the Dynare.jl Julia package" description = "A Python wrapper for the Dynare.jl Julia package"
authors = [ authors = [
{ name = "Daniel Sali", email = "daniel.sali@alphacruncher.com" } { 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