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',