diff options
author | Terence D. Honles <terence@honles.com> | 2018-01-17 21:36:04 -0800 |
---|---|---|
committer | Terence D. Honles <terence@honles.com> | 2018-01-17 21:39:06 -0800 |
commit | 2da9212d253e566b7a41a80a692eb70204e953e5 (patch) | |
tree | 2cf798eb991e34ff1c829e1cf6c6709bd8b7ccca | |
parent | 0eafeb557e0e70926ed9450008ef17057d302391 (diff) | |
download | fusepy-2da9212d253e566b7a41a80a692eb70204e953e5.tar.gz |
-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, |