Blame SOURCES/pyinotify-0.9.6-epoint.patch

475488
diff --git a/setup.py b/setup.py
475488
index 15d68ab..cf6dc5b 100755
475488
--- a/setup.py
475488
+++ b/setup.py
475488
@@ -115,4 +115,6 @@ setup(
475488
     ext_modules=ext_mod,
475488
     py_modules=['pyinotify'],
475488
     package_dir=package_dir,
475488
+    entry_points = { 'console_scripts' :
475488
+                     [ 'pyinotify = pyinotify:command_line', ] },
475488
     )