We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bd34a commit 533a102Copy full SHA for 533a102
.gitignore
@@ -3,6 +3,7 @@ tmp.py
3
htmlcov/
4
.coverage.*
5
6
+nohup.out
7
*.py[cod]
8
.pytest_cache
9
venv*
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include LICENSE CHANGELOG.md tox.ini requirements.txt requirements-rtd.txt .coveragerc Makefile pytest.ini .tox-coveragerc
+include LICENSE CHANGELOG.md tox.ini requirements.txt requirements-rtd.txt .coveragerc Makefile pytest.ini .tox-coveragerc SECURITY.md
2
exclude TODO.md codecov.yml .readthedocs.yaml requirements.in
global-exclude flycheck_*
0 commit comments