summaryrefslogtreecommitdiff
path: root/lang_ext/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang_ext/python/setup.py')
-rw-r--r--lang_ext/python/setup.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang_ext/python/setup.py b/lang_ext/python/setup.py
deleted file mode 100644
index 8abaff8..0000000
--- a/lang_ext/python/setup.py
+++ /dev/null
@@ -1,14 +0,0 @@
-from distutils.core import setup, Extension
-
-setup(name='upb',
- version='0.1',
- ext_modules=[
- Extension('upb.__init__', ['upb.c'],
- include_dirs=['../../'],
- define_macros=[("UPB_UNALIGNED_READS_OK", 1)],
- library_dirs=['../../upb'],
- libraries=['upb_pic'],
- ),
- ],
- packages=['upb']
- )
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback