From 98afbf3bbf8f62e868846eb2b9b3946fed9aa6a3 Mon Sep 17 00:00:00 2001 From: Trevor Phillips Date: Thu, 5 Nov 2020 19:51:43 -0700 Subject: [PATCH] updated --- Makefile | 3 +++ README.md | 1 + codecov.yml | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 codecov.yml diff --git a/Makefile b/Makefile index 87354bb..0e845a3 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +devinstall: + pip install -r requirements.txt + clean: rm -rf dist rm -rf build diff --git a/README.md b/README.md index 3606ade..14d52fd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Current supported features include: - Battle.net User - WoW Profile - WoW Game Data +- Diablo 3 Community - Diablo 3 Game Data To gain access to Blizzard's API please register [here](https://develop.battle.net/access/) to obtain a client id and client secret. diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..9b7c16f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "setup.py"