Skip to content

Commit 551abe1

Browse files
[FIX] DielModels to diel_models name + change the readme and setup file for new release and new documentation
1 parent 678ea54 commit 551abe1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# DielModels
1+
# Diel Models
22

33
### Description
4-
*DielModels* is a python package generated from this project and has its own [ReadtheDocs](https://dielmodels.readthedocs.io/en/latest/index.html) file.
4+
*diel_models* is a python package generated from this project and has its own [ReadtheDocs](https://dielmodels.readthedocs.io/en/latest/index.html) file.
55

66
Despite numerous successful studies, modeling plant metabolism remains challenging for several reasons, such as limited information, incomplete annotations, and dynamic changes in plant metabolism that occur under different conditions, including night and day.
77
In particular, the integration of these day-night cycles (diel cycles) is complex, laborious, and time-consuming.
@@ -19,7 +19,7 @@ With this in mind, this package aims to accelerate this process by being able to
1919
## Installation
2020
### Pip
2121

22-
``` pip install DielModels==1.1.0 ```
22+
``` pip install diel_models==1.1.1 ```
2323

2424
## Getting Started
2525
Using this package, you can handle generic or multi-tissue models by:

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
2-
name = DielModels
3-
version = 1.1.0
4-
description = DielModels:
2+
name = diel_models
3+
version = 1.1.1
4+
description = diel_models:
55
long_description = file: README.md
66
long_description_content_type = text/markdown
77
keywords = plants, diel models

0 commit comments

Comments
 (0)