Skip to content

Commit 2c4992e

Browse files
committed
update some descriptions and tags
1 parent 9ccfc28 commit 2c4992e

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: Python package
4+
name: tests
55

66
on:
77
push:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [development] - 10/6/24
4+
## [4.2.0] - 10/7/24
55
### Added
66
- Implemented an endpoint with `Client.get_event_rotation` which gets the events in the current rotation.
77
- Added a method `Player.get_battle_logs` which directly gets the player's battle log.

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Brawl Stats
2020
:target: https://github.com/SharpBit/brawlstats/blob/master/LICENSE
2121
:alt: MIT License
2222

23-
- This library is a sync and async Python wrapper for the Brawl Stars API.
23+
- BrawlStats is a sync and async Python API wrapper to fetch statistics from the official Brawl Stars API.
2424
- Python 3.9 or later is required.
2525

2626
Features
@@ -79,7 +79,6 @@ Special thanks to this project's contributors ❤️
7979
- `kjkui`_
8080
- `kyb3r`_
8181
- `Papiersnipper`_
82-
- `Pollen`_
8382
- `OrangutanGaming`_
8483
- `Stitch`_
8584

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Welcome to Brawl Stats' documentation!
1717
:target: https://github.com/SharpBit/brawlstats/blob/master/LICENSE
1818
:alt: MIT License
1919

20-
- This library is a sync and async Python wrapper for the Brawl Stars API.
20+
- BrawlStats is a sync and async Python API wrapper to fetch statistics from the official Brawl Stars API.
2121
- Python 3.9 or later is required.
2222

2323
Features

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@
1515
setup(
1616
name='brawlstats',
1717
version=version,
18-
description='BrawlStats is an easy-to-use Python API wrapper for the Brawl Stars API',
18+
description='BrawlStats is an easy-to-use sync and async Python API wrapper'
19+
'to fetch statistics from the official Brawl Stars API',
1920
long_description=long_description,
2021
long_description_content_type='text/x-rst',
2122
url='https://github.com/SharpBit/brawlstats',
2223
author='SharpBit',
2324
author_email='sharpbit3618@gmail.com',
2425
license='MIT',
25-
keywords=['brawl stars, brawlstats, supercell'],
26+
keywords=[
27+
'brawl stars, brawl stats, brawlstats, supercell, python, sync, async, '
28+
'python wrapper, api wrapper, python api wrapper, python 3.9, python 3.10, python 3.11, python 3.12'
29+
],
2630
packages=find_packages(),
2731
install_requires=requirements,
2832
python_requires='>=3.9.0',

0 commit comments

Comments
 (0)