Skip to content

Commit

Permalink
Merge pull request #240 from Davi0kProgramsThings/feature/documentation
Browse files Browse the repository at this point in the history
Merge branch `Davi0kProgramsThings:feature/documentation` into branch `bitfinexcom:master`.
  • Loading branch information
itsdeka authored Apr 8, 2024
2 parents 08b5364 + 0f1e2bc commit 66d2a5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bitfinex-api-py-ci
name: build

on:
push:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# bitfinex-api-py

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bitfinex-api-py)](https://pypi.org/project/bitfinex-api-py/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![GitHub Action](https://github.com/bitfinexcom/bitfinex-api-py/actions/workflows/build.yml/badge.svg)

Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/docs) for `Python 3.8+`.

### Features
Expand All @@ -12,7 +16,7 @@ Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/do
## Installation

```console
python3 -m pip install --pre bitfinex-api-py
python3 -m pip install bitfinex-api-py
```

---
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from distutils.core import setup

from bfxapi._version import __version__

setup(
name="bitfinex-api-py",
version=__version__,
version="3.0.0",
description="Official Bitfinex Python API",
long_description=(
"A Python reference implementation of the Bitfinex API "
Expand Down

0 comments on commit 66d2a5d

Please sign in to comment.