-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and setup.py to indicate this is a fork.
- Loading branch information
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
warnings.simplefilter('default') | ||
|
||
|
||
LLFUSE_VERSION = '1.5.0' | ||
LLFUSE_VERSION = '1.5.1' | ||
|
||
def main(): | ||
|
||
|
@@ -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', | ||
|