Skip to content

Commit 0551017

Browse files
committed
Prepared setup.py for new release
1 parent e4495d2 commit 0551017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author = 'Chris MacMackin',
1818
author_email = '[email protected]',
1919
url = 'https://github.com/cmacmackin/markdown-include/',
20-
download_url = 'https://github.com/cmacmackin/markdown-include/tarball/v0.6.0',
20+
download_url = 'https://github.com/cmacmackin/markdown-include/tarball/v0.7.0',
2121
keywords = ['Markdown', 'typesetting', 'include', 'plugin', 'extension'],
2222
classifiers=[
2323
# How mature is this project? Common values are
@@ -45,5 +45,5 @@
4545
'Programming Language :: Python :: 3.3',
4646
'Programming Language :: Python :: 3.4',
4747
],
48-
install_requires = ['markdown']
48+
install_requires = ['markdown>=3.0']
4949
)

0 commit comments

Comments
 (0)