Skip to content

Commit 674f2d3

Browse files
committed
bug: fix the main function after path change
1 parent 19fd853 commit 674f2d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

python/setup.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
install_requires=REQS,
4343
entry_points="""
4444
[console_scripts]
45-
vapid = vapid.main:main
45+
vapid = py_vapid.main:main
4646
[nose.plugins]
4747
object-tracker = autopush.noseplugin:ObjectTracker
4848
""",

0 commit comments

Comments
 (0)