File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010def read (fname ):
1111 return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
1212
13+
1314test_requirements = [
1415 'pytest' ,
1516 'pytest <5; python_version < "3.0"' ,
@@ -23,7 +24,7 @@ def read(fname):
2324
2425setup (
2526 name = 'mkdocs-redirects' ,
26- version = '1.0.6 ' ,
27+ version = '1.1.0 ' ,
2728 description = 'A MkDocs plugin for dynamic page redirects to prevent broken links.' ,
2829 long_description = read ('README.md' ),
2930 long_description_content_type = "text/markdown" ,
@@ -60,7 +61,7 @@ def read(fname):
6061 packages = find_packages (),
6162 entry_points = {
6263 'mkdocs.plugins' : [
63- 'redirects = mkdocs_redirects.plugin:RedirectPlugin'
64+ 'redirects = mkdocs_redirects.plugin:RedirectPlugin' ,
6465 ]
65- }
66+ },
6667)
You can’t perform that action at this time.
0 commit comments