Skip to content

Commit

Permalink
Merge pull request #27 from greschd/add_entrypoint
Browse files Browse the repository at this point in the history
Add entrypoint for fsc.hdf5-io
  • Loading branch information
greschd committed Mar 5, 2020
2 parents 4c2116c + 2c8b1e3 commit 179aec3
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 @@ -40,7 +40,7 @@
'A tool for studying the nodal features of potential lanscapes.',
install_requires=[
'numpy', 'scipy', 'matplotlib', 'decorator', 'fsc.export',
'fsc.hdf5-io>=0.4.0', 'fsc.async_tools', 'networkx>=2.0'
'fsc.hdf5-io>=0.6.0', 'fsc.async_tools', 'networkx>=2.0'
],
python_requires=">=3.5",
extras_require=EXTRAS_REQUIRE,
Expand All @@ -60,5 +60,6 @@
],
license='Apache 2.0',
keywords=['minimization', 'node search'],
entry_points={'fsc.hdf5_io.load': ['nodefinder = nodefinder']},
packages=find_packages()
)

0 comments on commit 179aec3

Please sign in to comment.