From 9ccfc287b46379b90071aa077fa6519836194dff Mon Sep 17 00:00:00 2001 From: SharpBit <31069084+SharpBit@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:17:30 -0400 Subject: [PATCH] farewell travis, you will not be missed --- .env.example | 4 ++-- .travis.yml | 19 ------------------- setup.py | 2 +- 3 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 .travis.yml diff --git a/.env.example b/.env.example index cc5c18a..9317121 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,2 @@ -token = # Replace this with your API token -base_url = # Proxy server to handle requests to API due to IP limitations \ No newline at end of file +TOKEN = # Replace this with your API token +BASE_URL = # Proxy server to handle requests to API due to IP limitations \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index dbe2009..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -os: linux -dist: focal -language: python - -python: - - "3.9" - - "3.10" - - "3.11" - - "3.12" - -install: - - pip install -r requirements-dev.txt - - pip install . -script: - - tox - -notifications: - email: - - sharpbit3618@gmail.com \ No newline at end of file diff --git a/setup.py b/setup.py index 261fadd..b678b1b 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='brawlstats', version=version, - 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', long_description=long_description, long_description_content_type='text/x-rst', url='https://github.com/SharpBit/brawlstats',