We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280acf0 commit dff2907Copy full SHA for dff2907
MANIFEST.in
@@ -1,3 +1,12 @@
1
include LICENSE
2
+include AUTHORS
3
include CHANGELOG.md
4
include README.md
5
+include tox.ini
6
+
7
+graft tests
8
+graft docs
9
+graft example
10
+prune docs/build
11
12
+global-exclude __pycache__/*
setup.cfg
@@ -3,3 +3,5 @@ description-file = README.md
license_files = LICENSE
[bdist_wheel]
universal=1
+[tool:pytest]
+testpaths = tests
0 commit comments