build: add setup.py for legacy compatibility

This commit is contained in:
Shiz 2021-12-12 14:49:00 +01:00
parent 85667f5b86
commit 4a974495ad
1 changed files with 4 additions and 0 deletions

4
setup.py Normal file
View File

@ -0,0 +1,4 @@
# for legacy compatibility
from setuptools import setup
setup()