Skip to content

Commit

Permalink
Switch to using SCM version
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 committed Jan 14, 2019
1 parent eb9330e commit c379c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
EXTENSIONS = [CPU_SEARCH_EXT, GPU_SEARCH_EXT]

setup(
version='0.1.21',
use_scm_version=True,
name='ising',
cmdclass={'build_ext': BuildExtCommand},
setup_requires=['setuptools_scm'],
install_requires=['numpy>=0.16.0', 'psutil', 'progressbar2', 'future'],
ext_modules=EXTENSIONS,
packages=['ising']
Expand Down

0 comments on commit c379c7b

Please sign in to comment.