Skip to content

Commit

Permalink
prepare for 1.7.0, #20
Browse files Browse the repository at this point in the history
  • Loading branch information
christo-ph committed Mar 24, 2022
1 parent ce33307 commit 61515ba
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='mkdocs-build-plantuml-plugin',
version='1.6.0',
version='1.7.0',
description='An MkDocs plugin to call plantuml locally or remote',
long_description='',
keywords='mkdocs plantuml publishing documentation uml sequence diagram',
Expand All @@ -12,7 +12,7 @@
license='MIT',
python_requires='>=3.2',
install_requires=[
'mkdocs>=1.0.4','httplib2'
'mkdocs>=1.0.4', 'httplib2'
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand All @@ -21,12 +21,9 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
],
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests", "example"]),
packages=find_packages(
exclude=["*.tests", "*.tests.*", "tests.*", "tests", "example"]),
entry_points={
'mkdocs.plugins': [
'build_plantuml = mkdocs_build_plantuml_plugin.plantuml:BuildPlantumlPlugin'
Expand Down

0 comments on commit 61515ba

Please sign in to comment.