changed setup.py
parent
3db3dcd392
commit
bf688bb798
3
setup.py
3
setup.py
|
@ -1,4 +1,3 @@
|
||||||
import os
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
from setuptools.command.install import install
|
from setuptools.command.install import install
|
||||||
|
|
||||||
|
@ -13,7 +12,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