American-Soccer-Analysis / itscalledsoccer

Python package that wraps the ASA API
https://american-soccer-analysis.github.io/itscalledsoccer/
MIT License
47 stars 5 forks source link

Package does not run when used in Visual Studio. #15

Closed armstjc closed 2 years ago

armstjc commented 2 years ago

Installed this package with pip to be used in Python 3.9, in Visual Studio. Did not work ("No module named 'itscalledsoccer'").

tyler-richardett commented 2 years ago

Should be resolved in v0.1.1, which is now on PyPI. We forgot to specify the package name in setup.py. 😞

Thanks for catching and alerting us!