summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-23 22:52:46 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-23 22:52:46 +0000
commit5ec5e3a0ef825e7d7f8ff9b55bc46664dfd840b1 (patch)
treeb8db2a65ec7002664b89251a7b8cb8374416e49b /setup.py
parentf64112a54c9d0d8044d5a0b1c2a260c5dc13a1b8 (diff)
downloadpyfilesystem-git-5ec5e3a0ef825e7d7f8ff9b55bc46664dfd840b1.tar.gz
Apparently I do these this stubs for the command line apps
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2c4ea90..16c5657 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ setup(name='fs',
'fs.contrib.davfs',
'fs.contrib.tahoefs',
'fs.commands'],
- scripts=['fs/commands/%s.py' % command for command in COMMANDS],
+ scripts=['fs/commands/%s' % command for command in COMMANDS],
classifiers=classifiers,
)