add alias michael nolan
[utils.git] / setup.py
index 78dd77f2788e4f8c3bda1c6a233f997432845f28..72ed1ac6306aaba4d764e2fb907c8e883d792815 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,6 +2,7 @@ from setuptools import setup, find_packages
 
 install_requires = [
     "python-bugzilla",
+    "toml",
 ]
 
 setup(
@@ -16,7 +17,7 @@ setup(
     zip_safe=False,
     entry_points={
         "console_scripts": [
-            "budget-sync=budget_sync:main",
+            "budget-sync=budget_sync.main:main",
         ],
     },
     install_requires=install_requires,