Blame SOURCES/pyinotify-0.9.6-epoint.patch

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