fix: Correct SyntaxError in setup.py
parent
632e29c73b
commit
dfeec9faa1
2
setup.py
2
setup.py
|
@ -1,4 +1,3 @@
|
|||
# setup.py
|
||||
import os
|
||||
from setuptools import setup
|
||||
from setuptools.command.install import install
|
||||
|
@ -14,7 +13,6 @@ setup(
|
|||
name='smartup-zero-timeline',
|
||||
version='1.0.0',
|
||||
description='A wrapper to build and serve the MkDocs site on Clever Cloud.',
|
||||
cmdclass={
|
||||
cmdclass={
|
||||
'mkdocs': BuildMkDocsCommand,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue