mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
renamed void_pipeline to vide_pipeline
This commit is contained in:
parent
4d9c5ab2c1
commit
d7c0fbc720
5 changed files with 11 additions and 11 deletions
6
setup.py
6
setup.py
|
@ -207,9 +207,9 @@ class VideScripts(build_scripts):
|
|||
vide_extension = CMakeExtension(name="vide")
|
||||
|
||||
setup(name='vide',
|
||||
version='2.0',
|
||||
packages=find_packages('python_src'),
|
||||
package_dir={'': 'python_src'},
|
||||
version='3.0',
|
||||
packages=find_packages('python_source'),
|
||||
package_dir={'': 'python_source'},
|
||||
setup_requires=['cython','setuptools','healpy','argparse','scipy','astropy','extension-helpers','netCDF4'],
|
||||
install_requires=['argparse','scipy','astropy','extension-helpers','netCDF4','healpy'],
|
||||
ext_modules=[vide_extension],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue