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 aac27fe commit 1ba1ab7Copy full SHA for 1ba1ab7
.gitignore
@@ -7,4 +7,6 @@ test_db
7
.eggs
8
.venv
9
dist
10
+build
11
+deb_dist
12
.DS_Store
setup.cfg
@@ -30,7 +30,8 @@ install_requires =
30
31
[options.packages.find]
32
where = source
33
-exclude = tests
+exclude =
34
+ tests*
35
36
[options.entry_points]
37
console_scripts =
source/tests/test_scanner.py
0 commit comments