changed setup.py

master
Robbert Schep 2025-07-10 03:27:43 +02:00
parent 3db3dcd392
commit bf688bb798
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,3 @@
import os
from setuptools import setup
from setuptools.command.install import install
@ -13,7 +12,9 @@ setup(
name='smartup-zero-timeline',
version='1.0.0',
description='A wrapper to build and serve the MkDocs site on Clever Cloud.',
py_modules=[], # ⬅️ Important: disable auto-discovery
cmdclass={
'mkdocs': BuildMkDocsCommand,
}
)