Skip to content

Commit

Permalink
Merge pull request #177 from ccordoba12/update-author
Browse files Browse the repository at this point in the history
PR: Update author information and add maintainer one
  • Loading branch information
dalthviz authored Oct 20, 2021
2 parents 7a07ac2 + 47b6222 commit 4a58e5c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
description='FontAwesome icons in PyQt and PySide applications',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
author='Sylvain Corlay',
author_email='sylvain.corlay@gmail.com',
author='Sylvain Corlay and the Spyder Development Team',
author_email='spyder.python@gmail.com',
maintainer='Spyder Development Team and QtAwesome Contributors',
maintainer_email='spyder.python@gmail.com',
license='MIT',
url='https://github.com/spyder-ide/qtawesome',
keywords=['PyQt', 'PySide', 'Icons', 'Font Awesome', 'Fonts'],
Expand All @@ -48,6 +50,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
cmdclass={
'update_fa5': setupbase.UpdateFA5Command,
Expand Down

0 comments on commit 4a58e5c

Please # to comment.