refresh patch
Sascha Steinbiss
4 years ago
5 | 5 | setup.py | 2 +- |
6 | 6 | 1 file changed, 1 insertion(+), 1 deletion(-) |
7 | 7 | |
8 | diff --git a/setup.py b/setup.py | |
9 | index 23d1664..a42f777 100755 | |
10 | 8 | --- a/setup.py |
11 | 9 | +++ b/setup.py |
12 | @@ -18,7 +18,7 @@ setup( | |
10 | @@ -18,7 +18,7 @@ | |
13 | 11 | maintainer = 'Terence Honles', |
14 | 12 | maintainer_email = 'terence@honles.com', |
15 | 13 | license = 'ISC', |
16 | 14 | - py_modules=['fuse'], |
17 | 15 | + py_modules=['fusepy'], |
18 | url = 'http://github.com/terencehonles/fusepy', | |
16 | url = 'http://github.com/fusepy/fusepy', | |
19 | 17 | |
20 | 18 | classifiers = [ |