bugfix
This commit is contained in:
parent
aa94f34ea5
commit
2503a95fc4
1488
kivyblocks/blocks.py → kivyblocks/blocks.pyx
Executable file → Normal file
1488
kivyblocks/blocks.py → kivyblocks/blocks.pyx
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
3
setup.py
3
setup.py
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
from Cython.Build import cythonize
|
||||||
from version import version
|
from version import version
|
||||||
|
|
||||||
# usage:
|
# usage:
|
||||||
@ -32,6 +33,8 @@ package_data = {
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="kivyblocks",
|
name="kivyblocks",
|
||||||
|
ext_modules=cythonize(
|
||||||
|
['kivyblocks/blocks.pyx']),
|
||||||
version=version,
|
version=version,
|
||||||
|
|
||||||
# uncomment the following lines if you fill them out in release.py
|
# uncomment the following lines if you fill them out in release.py
|
||||||
|
Loading…
Reference in New Issue
Block a user