mikitex70 / plantuml-markdown

PlantUML plugin for Python-Markdown
BSD 2-Clause "Simplified" License
192 stars 55 forks source link

3.1.1 contains invalid `plantuml.py` file #30

Closed nshmura closed 5 years ago

nshmura commented 5 years ago

Since plantuml_markdown-3.1.1 contains invalid plantuml.py file, it seems breaks site-packages of python.

Both plantuml_markdown-3.1.1-py2-none-any.whl and plantuml_markdown-3.1.1-py3-none-any.whl cointains following files

plantuml.py
plantuml_markdown.py
plantuml_markdown-3.1.1.dist-info

see: https://pypi.org/project/plantuml-markdown/3.1.1/#files

Will you please remove plantuml.py from whl?

mikitex70 commented 5 years ago

My fault, I didn't clean the directory before creating the packages... Sorry.

mikitex70 commented 5 years ago

Thanks for reporting this issue. Try the 3.1.2 version, now it should be ok.

nshmura commented 5 years ago

@mikitex Thank you for your quick fix!