We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb011af commit 9ccfc28Copy full SHA for 9ccfc28
3 files changed
.env.example
@@ -1,2 +1,2 @@
1
-token = # Replace this with your API token
2
-base_url = # Proxy server to handle requests to API due to IP limitations
+TOKEN = # Replace this with your API token
+BASE_URL = # Proxy server to handle requests to API due to IP limitations
.travis.yml
setup.py
@@ -15,7 +15,7 @@
15
setup(
16
name='brawlstats',
17
version=version,
18
- description='An easy-to-use wrapper for the Brawl Stars API',
+ description='BrawlStats is an easy-to-use Python API wrapper for the Brawl Stars API',
19
long_description=long_description,
20
long_description_content_type='text/x-rst',
21
url='https://github.com/SharpBit/brawlstats',
0 commit comments