Skip to content

Commit

Permalink
update some descriptions and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Oct 7, 2024
1 parent 9ccfc28 commit 2c4992e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package
name: tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## [development] - 10/6/24
## [4.2.0] - 10/7/24
### Added
- Implemented an endpoint with `Client.get_event_rotation` which gets the events in the current rotation.
- Added a method `Player.get_battle_logs` which directly gets the player's battle log.
Expand Down
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Brawl Stats
:target: https://github.com/SharpBit/brawlstats/blob/master/LICENSE
:alt: MIT License

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

Features
Expand Down Expand Up @@ -79,7 +79,6 @@ Special thanks to this project's contributors ❤️
- `kjkui`_
- `kyb3r`_
- `Papiersnipper`_
- `Pollen`_
- `OrangutanGaming`_
- `Stitch`_

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Welcome to Brawl Stats' documentation!
:target: https://github.com/SharpBit/brawlstats/blob/master/LICENSE
:alt: MIT License

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

Features
Expand Down
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@
setup(
name='brawlstats',
version=version,
description='BrawlStats is an easy-to-use Python API wrapper for the Brawl Stars API',
description='BrawlStats is an easy-to-use sync and async Python API wrapper'
'to fetch statistics from the official Brawl Stars API',
long_description=long_description,
long_description_content_type='text/x-rst',
url='https://github.com/SharpBit/brawlstats',
author='SharpBit',
author_email='sharpbit3618@gmail.com',
license='MIT',
keywords=['brawl stars, brawlstats, supercell'],
keywords=[
'brawl stars, brawl stats, brawlstats, supercell, python, sync, async, '
'python wrapper, api wrapper, python api wrapper, python 3.9, python 3.10, python 3.11, python 3.12'
],
packages=find_packages(),
install_requires=requirements,
python_requires='>=3.9.0',
Expand Down

0 comments on commit 2c4992e

Please sign in to comment.