Skip to content

Commit 9ccfc28

Browse files
committed
farewell travis, you will not be missed
1 parent cb011af commit 9ccfc28

3 files changed

Lines changed: 3 additions & 22 deletions

File tree

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
TOKEN = # Replace this with your API token
2+
BASE_URL = # Proxy server to handle requests to API due to IP limitations

.travis.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
setup(
1616
name='brawlstats',
1717
version=version,
18-
description='An easy-to-use wrapper for the Brawl Stars API',
18+
description='BrawlStats is an easy-to-use Python API wrapper for the Brawl Stars API',
1919
long_description=long_description,
2020
long_description_content_type='text/x-rst',
2121
url='https://github.com/SharpBit/brawlstats',

0 commit comments

Comments
 (0)