Skip to content

Commit

Permalink
Merge pull request #15 from sivakov512/bit-of-dependency-improvements
Browse files Browse the repository at this point in the history
Bit of dependency improvements
  • Loading branch information
sivakov512 authored Apr 4, 2019
2 parents 4f32530 + c531709 commit d45d4df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ def read(fname):
author="Nikita Sivakov",
author_email="[email protected]",
description="YAML metadata extension for Python-Markdown",
install_requires=["Markdown==3.0.1", "PyYAML>=3.13"],
install_requires=["Markdown~=3.0", "PyYAML>=3.13"],
keywords="markdown yaml meta metadata",
license="MIT",
long_description=read("README.md"),
long_description_content_type="text/markdown",
name="markdown-full-yaml-metadata",
py_modules=["full_yaml_metadata"],
python_requires=">=3.6",
setup_requires=["setuptools-markdown"],
version="1.0.0",
version="1.1.0",
url="https://github.com/sivakov512/python-markdown-full-yaml-metadata",
)

0 comments on commit d45d4df

Please sign in to comment.