summaryrefslogtreecommitdiff
path: root/devel/pycanberra/files/patch-setup.py
blob: b8d4fcf815a4a5fd68e73c73df5d079e384d0776 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- setup.py.orig	2017-11-09 11:09:27 UTC
+++ setup.py
@@ -0,0 +1,12 @@
+#!/usr/bin/env python
+
+from distutils.core import setup
+
+setup(name='pycanberra',
+      version='1.0',
+      description='A very basic (and incomplete) wrapper for libcanberra',
+      author='totdb',
+      author_email='gward@python.net',
+      url='https://github.com/totdb/pycanberra',
+      packages=['pycanberra'],
+     )