Add initial setuptools integration

This commit is contained in:
Luke Murphy
2019-05-31 11:39:14 +02:00
parent 26e45f1f57
commit b3a286c0b5
3 changed files with 70 additions and 0 deletions

5
setup.py Normal file
View File

@@ -0,0 +1,5 @@
"""Calibre-web distribution package setuptools installer."""
from setuptools import setup
setup()