File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ recursive-include tests *
88recursive-exclude * __pycache__
99recursive-exclude * *.py[co]
1010
11- recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
11+ recursive-include docs *.md *. rst conf.py Makefile make.bat *.jpg *.png *.gif
Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ universal = 1
1818exclude = docs
1919
2020[aliases]
21- # Define setup.py command aliases here
2221test = pytest
2322
2423[tool:pytest]
2524collect_ignore = [' setup.py' ]
26-
Original file line number Diff line number Diff line change 2525setup (
2626 author = "TIA Lab" ,
2727 author_email = "tialab@dcs.warwick.ac.uk" ,
28+
2829 python_requires = ">=3.6" ,
2930 classifiers = [
3031 "Development Status :: 2 - Pre-Alpha" ,
Original file line number Diff line number Diff line change @@ -80,3 +80,4 @@ def test_command_line_slide_info():
8080 ],
8181 )
8282 assert slide_info_result .exit_code == 0
83+
You can’t perform that action at this time.
0 commit comments