Skip to content

Commit

Permalink
Update README and setup.py to indicate this is a fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
tetron committed Mar 14, 2024
1 parent db9a169 commit ce17735
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ The Python-LLFUSE Module

.. start-intro
**Warning - no longer developed!**

Python-LLFUSE is no longer actively developed and just receiving
community-contributed maintenance to keep it alive for some time.
This is a fork of Python-LLFUSE used by the Arvados project to support
"arv-mount".

Python-LLFUSE is a set of Python bindings for the low level FUSE_
API. It requires at least FUSE 2.8.0 and supports both Python 2.x and
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
warnings.simplefilter('default')


LLFUSE_VERSION = '1.5.0'
LLFUSE_VERSION = '1.5.1'

def main():

Expand Down Expand Up @@ -97,14 +97,14 @@ def main():
c_sources.append('src/darwin_compat.c')

setuptools.setup(
name='llfuse',
name='arvados-llfuse',
zip_safe=True,
version=LLFUSE_VERSION,
description='Python bindings for the low-level FUSE API',
description='Arvados fork of Python bindings for the low-level FUSE API',
long_description=long_desc,
author='Nikolaus Rath',
author_email='[email protected]',
url='https://github.com/python-llfuse/python-llfuse/',
url='https://github.com/arvados/python-llfuse/',
license='LGPL',
classifiers=['Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit ce17735

Please sign in to comment.