Skip to content

Commit

Permalink
Publish v0.1.1 to pypi, remove modify_existing
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwoncpark committed Dec 28, 2020
1 parent 749ecb5 commit 74c2093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#'http://github.com/sibirrer/fastell4py/tarball/master#egg=fastell4py',],
include_package_data=True,
entry_points={
'console_scripts': ['generate=baobab.generate:main', 'modify=baobab.modify_existing:main', 'to_hdf5=baobab.to_hdf5:main'],
'console_scripts': ['generate=baobab.generate:main', 'to_hdf5=baobab.to_hdf5:main'],
},
classifiers=['Development Status :: 4 - Beta',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit 74c2093

Please sign in to comment.