File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11include README.md CHANGELOG.txt LICENSE.txt CONTRIBUTING.txt AUTHORS.txt MANIFEST.in setup.py .gitignore
22include raysect/VERSION
3- recursive-include raysect *.py *.pyx *.pxd *.csv *.json *.c
3+ recursive-include raysect *.py *.pyx *.pxd *.csv *.json
44recursive-include demos *.py *.pyx *.pxd *.csv *.obj *.rsm
55recursive-include docs *
Original file line number Diff line number Diff line change 8787 "Topic :: Multimedia :: Graphics :: 3D Rendering" ,
8888 "Topic :: Scientific/Engineering :: Physics"
8989 ],
90- install_requires = [
91- 'numpy' ,
92- ],
90+ install_requires = ['numpy' , 'cython>=0.28' ],
9391 packages = find_packages (),
9492 include_package_data = True ,
9593 zip_safe = False ,
96- ext_modules = extensions )
97-
94+ ext_modules = extensions
95+ )
You can’t perform that action at this time.
0 commit comments