/
githubmirror
/
incubator-mxnet
Обзор
Документация
Войти
/
githubmirror
/
incubator-mxnet
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/python_docs/themes/mx-theme/setup.py
19 строк
517 B
Thomas Delteil
[WIP] New Website: New Docs [1/3] (#15884)
06 сен 2019, 04:23
06 сен 2019, 04:23
7f57e8e
Код
Авторство
О чём код?
from setuptools import setup from mxtheme import __version__ setup( name = 'mxtheme', version = __version__, author = 'Mu Li', author_email= '', url="https://github.com/mli/mx-theme", description='A Sphinx theme based on Material Design, adapted from sphinx_materialdesign_theme', packages = ['mxtheme'], include_package_data=True, license= 'MIT License', entry_points = { 'sphinx.html_themes': [ 'mxtheme = mxtheme', ] }, )