From e707583709b97584927d5e835db1b346908c51e1 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 6 Oct 2016 22:42:41 +0200 Subject: remove Python material from R branch --- setup.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py deleted file mode 100644 index 985c1eb..0000000 --- a/setup.py +++ /dev/null @@ -1,19 +0,0 @@ - -from distutils.core import setup, Extension - -setup( - name='SyncRNG', - author='Gertjan van den Burg', - version='1.0', - description='A synchronized Tausworthe RNG for Python and R', - license='GPL v2', - package_dir={'': 'Python'}, - packages=[''], - ext_modules=[ - Extension( - "syncrng", - define_macros=[('TARGETPYTHON', '1')], - sources=["src/syncrng.c"] - ) - ], - ) -- cgit v1.2.3