philippj / SteamworksPy

A working Python API system for Valve's Steamworks.
MIT License
212 stars 39 forks source link

add missing file for packaging (interface __init__.py) #31

Closed tpchanho closed 4 years ago

tpchanho commented 4 years ago

Without this file, python setup.py build does not add interfaces directory to build directory. I think it's because setup use find_packages function to find packages under steamworks directory.

Gramps commented 4 years ago

Cheers, sir!