frissyn / valorant.py

Complete Python interface for the Valorant API. Works right out of the box!
https://valorantpy.readthedocs.io
MIT License
125 stars 19 forks source link

Missing sub-packages? #30

Closed frissyn closed 2 years ago

frissyn commented 2 years ago

Upon installing valorant.py from PyPI and importing it, an error is immediately thrown:

Traceback (most recent call last):
  File "main.py", line 1, in <module>
    import valorant
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/valorant/__init__.py", line 3, in <module>
    from .client import Client
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/valorant/client.py", line 9, in <module>
    from .objects import (
ModuleNotFoundError: No module named 'valorant.objects'

Not the best look. 🤦🏽 I forgot to include valorant.objects and valorant.local into the packages attribute in setup.py. My fault for pushing a major release at 1am on a school night =P