Compare commits
No commits in common. "7ef604fc01820b8d0fab4d02caef4acccb745ea9" and "3db3dcd3922089678b113790ebb89049b15de029" have entirely different histories.
7ef604fc01
...
3db3dcd392
2
setup.py
2
setup.py
|
@ -13,9 +13,7 @@ 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