Skip to content

Commit 38c74d6

Browse files
committed
Rename package to fcsapi-rest
1 parent 1344f4e commit 38c74d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66
[![Python Version](https://img.shields.io/badge/Python-%3E%3D3.7-blue.svg)](https://python.org)
7-
[![PyPI](https://img.shields.io/pypi/v/fcsapi-rest-python.svg)](https://pypi.org/project/fcsapi-rest-python/)
7+
[![PyPI](https://img.shields.io/pypi/v/fcsapi-rest.svg)](https://pypi.org/project/fcsapi-rest/)
88

99
## Features
1010

@@ -18,7 +18,7 @@
1818

1919
### pip (Recommended)
2020
```bash
21-
pip install fcsapi-rest-python
21+
pip install fcsapi-rest
2222
```
2323

2424
### Examples

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=45", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "fcsapi-rest-python"
6+
name = "fcsapi-rest"
77
version = "4.0.0"
88
description = "Python REST API client for Forex, Cryptocurrency, and Stock market data from FCS API"
99
readme = "README.md"

0 commit comments

Comments
 (0)