Compare commits

...

2 Commits

Author SHA1 Message Date
Robbert Schep 7ef604fc01 added import os to setup.py 2025-07-10 03:31:05 +02:00
Robbert Schep bf688bb798 changed setup.py 2025-07-10 03:27:43 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -13,7 +13,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,
}
)