django / asgi_ipc

IPC-based ASGI channel layer
BSD 3-Clause "New" or "Revised" License
37 stars 13 forks source link

Don't use pkg_resources to get version number #25

Closed ApplicationInterfacesRNS closed 7 years ago

ApplicationInterfacesRNS commented 7 years ago

This doesn't work in older version of setuptools. Maybe set it both in setup.py and asgi_ipc.py ?

andrewgodwin commented 7 years ago

You just need to upgrade your version of setuptools - it's been in there for quite a long time.