Skip to content
Snippets Groups Projects
Commit 9722831b authored by Nils Brüggemann's avatar Nils Brüggemann Committed by Fraser William Goldsworth
Browse files

Moved pyic_fig.py, pyic_sec.py, pyic_anim.py and pyic_intake.py to scripts and...

Moved pyic_fig.py, pyic_sec.py, pyic_anim.py and pyic_intake.py to scripts and added __init__.py to fix issue with executable scripts from pip installation.
parent e837ef3f
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
......@@ -23,10 +23,10 @@ setup(
packages=find_packages(),
entry_points={
'console_scripts': [
'pyic_intake = tools.pyic_intake:main',
'pyic_fig = tools.pyic_fig:main',
'pyic_sec = tools.pyic_sec:main',
'pyic_anim = tools.pyic_anim:main',
'pyic_intake = scripts.pyic_intake:main',
'pyic_fig = scripts.pyic_fig:main',
'pyic_sec = scripts.pyic_sec:main',
'pyic_anim = scripts.pyic_anim:main',
],
},
classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment