summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 00:27:26 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 00:27:26 +0000
commit72df65199c09271c4346b04e9f0af66012bdb2e5 (patch)
tree6cb30b3b29bee131833d0d6cf46fca835d0957b6 /setup.py
parent250ce7d9c6e7625b8380a9580f5040ffaba63da7 (diff)
downloadpyfilesystem-git-72df65199c09271c4346b04e9f0af66012bdb2e5.tar.gz
more renames of "tahoefs"
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 16c5657..bf27a84 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ setup(name='fs',
'fs.contrib',
'fs.contrib.bigfs',
'fs.contrib.davfs',
- 'fs.contrib.tahoefs',
+ 'fs.contrib.tahoelafs',
'fs.commands'],
scripts=['fs/commands/%s' % command for command in COMMANDS],
classifiers=classifiers,