diff options
-rw-r--r-- | README.rst | 7 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ fusepy ====== + **NOTE**: *This project has moved to be under a GitHub organization and can + be found at https://github.com/fusepy/fusepy. The project has new + maintainers and will be looking to incorporate pull requests in a more + timely manner. If you would like to help maintain this package please open + a pull request and demonstrate willingness to help (we will leave + maintainer criteria up to the current maintainers).* + ``fusepy`` is a Python module that provides a simple interface to FUSE_ and MacFUSE_. It's just one file and is implemented using ctypes. @@ -9,7 +9,7 @@ with open('README') as readme: setup( name = 'fusepy', - version = '2.0.4', + version = '3.0.0', description = 'Simple ctypes bindings for FUSE', long_description = documentation, |