6 lines
100 B
Python
6 lines
100 B
Python
|
"""Calibre-web distribution package setuptools installer."""
|
||
|
|
||
|
from setuptools import setup
|
||
|
|
||
|
setup()
|