Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit dd73a18

Browse files
committed
better docs
1 parent 320ab30 commit dd73a18

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/test.yml renamed to .github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python Flutterwave Tests
1+
name: Python Flutterwave Build
22

33
on:
44
push:
@@ -30,8 +30,6 @@ jobs:
3030
run: |
3131
# stop the build if there are Python syntax errors or undefined names
3232
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
33-
# - name: Test with pytest
34-
# run: |
35-
# export SECRET_KEY=${{ secrets.SECRET_KEY }}
36-
# export FW_SECRET_KEY=${{ secrets.FW_SECRET }}
37-
# pytest
33+
- name: Format with black
34+
run: |
35+
black .

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ urllib3
66
sphinx
77
autodoc
88
sphinx-rtd-theme
9+
black

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-flutterwave
3-
version = 1.2.1
3+
version = 1.2.2
44
author = William Otieno
55
author_email = jimmywilliamotieno@gmail.com
66
description = Python Wrapper for interacting with the Flutterwave Payments API

0 commit comments

Comments
 (0)