Compare commits
2 Commits
3db3dcd392
...
7ef604fc01
Author | SHA1 | Date |
---|---|---|
![]() |
7ef604fc01 | |
![]() |
bf688bb798 |
2
setup.py
2
setup.py
|
@ -13,7 +13,9 @@ setup(
|
||||||
name='smartup-zero-timeline',
|
name='smartup-zero-timeline',
|
||||||
version='1.0.0',
|
version='1.0.0',
|
||||||
description='A wrapper to build and serve the MkDocs site on Clever Cloud.',
|
description='A wrapper to build and serve the MkDocs site on Clever Cloud.',
|
||||||
|
py_modules=[], # ⬅️ Important: disable auto-discovery
|
||||||
cmdclass={
|
cmdclass={
|
||||||
'mkdocs': BuildMkDocsCommand,
|
'mkdocs': BuildMkDocsCommand,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue