Skip to content
Snippets Groups Projects
Commit f783b5a2 authored by Thomas Wöhlke's avatar Thomas Wöhlke :alien:
Browse files

Default task

parent 3e8ae95c
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
pytest_runner = ["pytest-runner"] if needs_pytest else []
readme = open("README.md").read()
history = open("BACKLOG.md").read()
keywords_list = [
"virus",
......@@ -453,10 +452,6 @@ requires_install_groups = [
for reqs in requires_extras.values():
requires_extras["all"].extend(reqs)
# for my_group in requires_install_groups:
# for my_item in my_group:
# requires_install.append(my_item)
keywords = ""
for kw in keywords_list:
keywords += " " + kw
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment