calibre-web/setup.py

6 lines
100 B
Python
Raw Normal View History

2019-05-31 09:39:14 +00:00
"""Calibre-web distribution package setuptools installer."""
from setuptools import setup
setup()