feat(Anaconda): Local Repo

This commit is contained in:
2026-06-13 02:06:34 +02:00
parent 05ae9c36c3
commit c412cd5d33
203 changed files with 23997 additions and 7 deletions
@@ -0,0 +1,10 @@
#!/usr/bin/python2
from distutils.core import setup
setup(name='python-meh', version='0.43',
description='Python module for handling exceptions',
author='Chris Lumens', author_email='clumens@redhat.com',
url='http://git.fedoraproject.org/git/?p=python-meh.git',
data_files = [('/usr/share/python-meh', ['ui/exception-dialog.glade'])],
packages=['meh', 'meh.ui'])