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