Skip to content
Snippets Groups Projects
Commit 87998bb3 authored by Alexander Blinne's avatar Alexander Blinne
Browse files

versioneer is not required for setup

parent c23eec13
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ setup(name='postpic', ...@@ -36,7 +36,7 @@ setup(name='postpic',
ext_modules = cythonize("postpic/particles/_particlestogrid.pyx"), ext_modules = cythonize("postpic/particles/_particlestogrid.pyx"),
include_dirs = [numpy.get_include()], include_dirs = [numpy.get_include()],
license='GPLv3+', license='GPLv3+',
setup_requires=['cython>=0.18', 'numpy>=1.8', 'versioneer'], setup_requires=['cython>=0.18', 'numpy>=1.8'],
install_requires=['matplotlib>=1.3', 'numpy>=1.8', 'scipy', 'future', 'urllib3', 'numexpr', install_requires=['matplotlib>=1.3', 'numpy>=1.8', 'scipy', 'future', 'urllib3', 'numexpr',
'cython>=0.18', 'functools32;python_version<"3.0"', 'pyvtk'], 'cython>=0.18', 'functools32;python_version<"3.0"', 'pyvtk'],
extras_require = { extras_require = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment