errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.13k stars 615 forks source link

refactor: Installation works with source and wheel distributions #1349

Closed sijis closed 5 years ago

sijis commented 5 years ago

This fixes package installations on python 3.6 or older when using the wheel distribution.

These changes are compatible with source distribution too.

Fixes #1348.

sijis commented 5 years ago

This uses the features from pep508.