-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/python-package.yml → .github/workflows/tests.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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='[email protected]', | ||
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', | ||
|