Skip to content

Commit

Permalink
setup: add myself as maintainer, fix classifiers missing a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mnamici committed May 24, 2024
1 parent c8453a2 commit 34c358b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ def build_appimage(self):
version=VERSION,
author="Daniele Pantaleone",
author_email="[email protected]",
maintainer="Manuel Namici",
maintainer_email="[email protected]",
description="Eddy is a graphical editor for the specification and visualization of Graphol ontologies.",
long_description="Eddy is a graphical editor for the construction of Graphol ontologies. Eddy features a "
"design environment specifically thought out for generating Graphol ontologies through ad-hoc "
Expand All @@ -585,7 +587,7 @@ def build_appimage(self):
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: MacOS X :: Cocoa',
'Environment :: Win32 (MS Windows)'
'Environment :: Win32 (MS Windows)',
'Environment :: X11 Applications :: Qt',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
Expand All @@ -600,7 +602,7 @@ def build_appimage(self):
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Utilities'
'Topic :: Utilities',
],
python_requires='>=3.9',
install_requires=[
Expand Down

0 comments on commit 34c358b

Please sign in to comment.