Mercurial > repos > kls286 > chap_test_20230328
diff setup.py @ 10:7cc954f15149 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 2d65c72740d0439b8385378a890b3763d717f152-dirty
author | kls286 |
---|---|
date | Wed, 29 Mar 2023 17:53:07 +0000 |
parents | cbbe42422d56 |
children |
line wrap: on
line diff
--- a/setup.py Wed Mar 29 17:40:12 2023 +0000 +++ b/setup.py Wed Mar 29 17:53:07 2023 +0000 @@ -32,7 +32,7 @@ setuptools.setup( name="ChessAnalysisPipeline", - version="0.0.1", + version="0.0.2", author="Keara Soloway, Rolf Verberg, Valentin Kuznetsov", author_email="", description="CHESS analysis pipeline framework", @@ -42,7 +42,7 @@ packages=['CHAP', 'MLaaS'], package_dir={'CHAP': 'CHAP', 'MLaaS': 'MLaaS'}, package_data={'examples': data_files}, - scripts=['scripts/CHAP'], + entry_points={'console_scripts': ['CHAP = CHAP.runner:main']}, classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",