Skip to content

Commit 587c4bb

Browse files
committed
🚀 fix setup and markdown for pipy
1 parent e66b512 commit 587c4bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55

66

7-
[![PyPI](https://img.shields.io/pypi/v/corrai?label=pypi%20package)](https://pypi.org/project/corrai/)
8-
[![Static Badge](https://img.shields.io/badge/python-3.10_%7C_3.12-blue)](https://pypi.org/project/corrai/)
7+
[![PyPI](https://img.shields.io/pypi/v/tide?label=pypi%20package)](https://pypi.org/project/python-tide/)
8+
[![Static Badge](https://img.shields.io/badge/python-3.10_%7C_3.12-blue)](https://pypi.org/project/python-tide/)
99
[![codecov](https://codecov.io/gh/BuildingEnergySimulationTools/tide/branch/main/graph/badge.svg?token=F51O9CXI61)](https://codecov.io/gh/BuildingEnergySimulationTools/tide)
1010
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
1111
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
@@ -41,7 +41,7 @@ handling.
4141
## Getting started
4242
### 1- Install ⬇️
4343
````
44-
pip install tide
44+
pip install python-tide
4545
````
4646

4747
### 2- Load and format data 🌲

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = f.read()
99

1010
setup(
11-
name="tide",
11+
name="python-tide",
1212
version="0.1.0",
1313
description="Measured data visualization and pipelines",
1414
long_description=long_description,

0 commit comments

Comments
 (0)