Codebase list python-fusepy / a1767a9b-4a83-4ccf-b8a6-5ebd41868f1b/main debian / patches / 0001-rename-to-fusepy.patch
a1767a9b-4a83-4ccf-b8a6-5ebd41868f1b/main

Tree @a1767a9b-4a83-4ccf-b8a6-5ebd41868f1b/main (Download .tar.gz)

0001-rename-to-fusepy.patch @a1767a9b-4a83-4ccf-b8a6-5ebd41868f1b/mainraw · history · blame

From: Sascha Steinbiss <sascha@steinbiss.name>
Date: Thu, 2 Feb 2017 14:13:38 +0100
Subject: rename to 'fusepy'

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
     maintainer = 'Terence Honles',
     maintainer_email = 'terence@honles.com',
     license = 'ISC',
-    py_modules=['fuse'],
+    py_modules=['fusepy'],
     url = 'http://github.com/fusepy/fusepy',
 
     classifiers = [