pseudonym117/Riot-Watcher

The setup.py file is pulling an incomplete version of the API

Ethan1498 opened this issue · 7 comments

When running setup.py, it creates a folder which is missing the files LolWatcher.py etc...

What command are you using to install?

pip3 install riotwatcher

Ah, that is because the currently released version on PyPi is actually this version: https://github.com/pseudonym117/Riot-Watcher/tree/v2.7.1

Current changes on master are not yet pushed, as I plan to make a few more changes before pushing version 3.0.0.

I should update the readthedocs page to have a stable and latest tag though... will look into updating that to have another tag.

The new version should be backwards compatible with 2.7.1, but may log a deprecation warning.

Got the same problem now - which branch shall we download now? :)

Just copy the /src folder from this repo into your src folder and that should work

Plz don't do that. If you want the latest code and don't care that an API may break, then clone this repo and run pip install .

If you want the supported version, then use the documentation version linked above, and keep using pip install riotwatcher

Docs page generated for the most recently published version here: https://riot-watcher.readthedocs.io/en/v2.7.1/

New version based on master should come soon (tm), I believe theres only 1 more change I want to make before publishing.