diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 19 |
1 files changed, 0 insertions, 19 deletions
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"] - ) - ], - ) |
