Commit 08914652 by rfkelly0

include "contrib" filesystems in setup.py

parent d414c731
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
This module provides a relatively-complete WebDAV Level 1 client that exposes This module provides a relatively-complete WebDAV Level 1 client that exposes
a WebDAV server as an FS object. Locks are not currently supported. a WebDAV server as an FS object. Locks are not currently supported.
Requires the dexml module:
http://pypi.python.org/pypi/dexml/
""" """
import os import os
......
...@@ -24,7 +24,7 @@ setup(name='fs', ...@@ -24,7 +24,7 @@ setup(name='fs',
download_url="http://code.google.com/p/pyfilesystem/downloads/list", download_url="http://code.google.com/p/pyfilesystem/downloads/list",
platforms = ['any'], platforms = ['any'],
packages=['fs','fs.expose','fs.expose.fuse','fs.tests','fs.wrapfs', packages=['fs','fs.expose','fs.expose.fuse','fs.tests','fs.wrapfs',
'fs.osfs'], 'fs.osfs','fs.contrib','fs.contrib.bigfs','fs.contrib.davfs'],
classifiers=classifiers, classifiers=classifiers,
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment