mirror of
https://github.com/janeczku/calibre-web
synced 2025-12-14 03:48:05 +00:00
Update teststatus
This commit is contained in:
4
setup.py
4
setup.py
@@ -20,7 +20,6 @@
|
||||
# """Calibre-web distribution package setuptools installer."""
|
||||
|
||||
from setuptools import setup
|
||||
from setuptools import find_packages
|
||||
import os
|
||||
import re
|
||||
import codecs
|
||||
@@ -40,8 +39,5 @@ def find_version(*file_paths):
|
||||
raise RuntimeError("Unable to find version string.")
|
||||
|
||||
setup(
|
||||
#packages=find_packages("src"),
|
||||
#package_dir = {'': 'src'},
|
||||
#package_data={"calibreweb": ["cps/translations/*/LC_MESSAGES/*.mo"], "templates": ["*.html"]},
|
||||
version=find_version("src", "calibreweb", "cps", "constants.py")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user