Skip to content

Commit e62391e

Browse files
committed
Make Python installer actually install the module
1 parent 600e4ef commit e62391e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
author='Debathena Project',
66
author_email='[email protected]',
77
scripts=['delete', 'undelete', 'lsdel', 'expunge'],
8-
py_modules=['libdelete.py'])
8+
py_modules=['libdelete'])

0 commit comments

Comments
 (0)