You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
323 B

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