1 from setuptools import setup, find_packages
6 name="mkdocs-windmill",
8 url='https://github.com/gristlabs/mkdocs-windmill',
10 'Development Status :: 5 - Production/Stable',
11 'License :: OSI Approved :: MIT License',
12 'Topic :: Documentation',
13 'Topic :: Text Processing',
19 description='MkDocs theme focused on navigation and usability',
21 author_email='dmitry@getgrist.com',
22 packages=find_packages(),
23 include_package_data=True,
26 'windmill = mkdocs_windmill',