Skip to content

Commit

Permalink
Changed extension name to custom-span-class
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilhelmer authored and Wilhelmer committed May 17, 2019
1 parent da1427b commit 44c0cde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pip install mdx-custom-span-class
```python
import markdown

md = markdown.Markdown(extensions=["custom_span_class"])
md = markdown.Markdown(extensions=["custom-span-class"])
md.convert("I love !!text-danger|spam!!")

```
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
from setuptools import setup
setup(
name='mdx-custom-span-class',
version='1.1.1',
version='1.1.2',
author='Konrad Wasowicz',
author_email='exaroth@gmail.com',
description='Markdown extension which allows inserting span elements with custom class',
url='https://github.com/wilhelmer/mdx_custom_span_class',
py_modules=['mdx_custom_span_class'],
py_modules=['custom-span-class'],
install_requires=['Markdown>=2.0',],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 44c0cde

Please sign in to comment.