Skip to content

Commit ca31846

Browse files
committed
Remove my name from the authors listed on pypi
I am content to be credited in the AUTHORS file
1 parent 4c44494 commit ca31846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def setup(**kwargs):
103103
package_data={'': ['COPYING', 'AUTHORS', 'FAQ', 'INSTALL',
104104
'README.md', 'README.new_fusepy_api.rst',
105105
'README.package_maintainers.rst']},
106-
author = 'Jeff Epler <jepler@unpythonic.dhs.org>, Csaba Henk <csaba.henk@creo.hu>, Steven James, Miklos Szeredi <miklos@szeredi.hu>, Sébastien Delafond<sdelafond@gmail.com>',
106+
author = 'Csaba Henk <csaba.henk@creo.hu>, Steven James, Miklos Szeredi <miklos@szeredi.hu>, Sébastien Delafond<sdelafond@gmail.com>',
107107
maintainer = 'Sébastien Delafond',
108108
maintainer_email = 'sdelafond@gmail.com',
109109
ext_modules = [fusemodule],

0 commit comments

Comments
 (0)