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 19fd853 commit 674f2d3Copy full SHA for 674f2d3
python/setup.cfg
@@ -0,0 +1,8 @@
1
+[nosetests]
2
+verbose=True
3
+verbosity=1
4
+cover-tests=True
5
+cover-erase=True
6
+with-coverage=True
7
+detailed-errors=True
8
+cover-package=py_vapid
python/setup.py
@@ -42,7 +42,7 @@
42
install_requires=REQS,
43
entry_points="""
44
[console_scripts]
45
- vapid = vapid.main:main
+ vapid = py_vapid.main:main
46
[nose.plugins]
47
object-tracker = autopush.noseplugin:ObjectTracker
48
""",
0 commit comments