Skip to content

Commit

Permalink
Fix a large part of setup.py
Browse files Browse the repository at this point in the history
Fixes: dependencies, author (maintainer) + email, link.
  • Loading branch information
VladimirSlavik committed Apr 30, 2020
1 parent 47a6fb2 commit e816e34
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

setup(name='python-meh', version='0.48',
description='Python module for handling exceptions',
author='Chris Lumens', author_email='[email protected]',
url='http://git.fedoraproject.org/git/?p=python-meh.git',
data_files = [('/usr/share/python-meh', ['ui/exception-dialog.glade'])],
packages=['meh', 'meh.ui'])
author='Anaconda maintenance team', author_email='[email protected]',
url='https://github.com/rhinstaller/python-meh',
data_files=[('/usr/share/python-meh', ['ui/exception-dialog.glade'])],
packages=['meh', 'meh.ui'],
install_requires=['dbus-python', 'PyGObject', 'report', 'rpm'])

0 comments on commit e816e34

Please sign in to comment.