1
0
Fork 0
borgbackup_on_android/sync_file_range_test/setup.py

7 lines
204 B
Python
Raw Permalink Normal View History

2017-11-26 00:01:17 +01:00
# setup.py - unnecessary if not redistributing the code, see below
from setuptools import setup
from Cython.Build import cythonize
setup(name = 'Hello world app',
ext_modules = cythonize("*.pyx"))