summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence D. Honles <terence@honles.com>2018-01-17 21:36:04 -0800
committerTerence D. Honles <terence@honles.com>2018-01-17 21:39:06 -0800
commit2da9212d253e566b7a41a80a692eb70204e953e5 (patch)
tree2cf798eb991e34ff1c829e1cf6c6709bd8b7ccca
parent0eafeb557e0e70926ed9450008ef17057d302391 (diff)
downloadfusepy-master.tar.gz
add note mentioning changing maintainersHEADmaster
-rw-r--r--README.rst7
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 828da7e..f1e2bd4 100644
--- a/README.rst
+++ b/README.rst
@@ -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.
diff --git a/setup.py b/setup.py
index 23d1664..500e34c 100755
--- a/setup.py
+++ b/setup.py
@@ -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,