Mercurial > repos > bimib > cobraxy
changeset 450:d9a9e909cd9e draft
Uploaded
author | francesco_lapi |
---|---|
date | Thu, 11 Sep 2025 20:01:42 +0000 |
parents | e3ef5380c727 |
children | a4e8f3188813 |
files | COBRAxy/setup.py |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/COBRAxy/setup.py Thu Sep 11 19:56:53 2025 +0000 +++ b/COBRAxy/setup.py Thu Sep 11 20:01:42 2025 +0000 @@ -13,13 +13,13 @@ packages=find_packages(include=["utils", "utils.*"]), py_modules=[ 'custom_data_generator', - 'flux_simulation', - 'flux_to_map', + 'ras_generator', + 'rps_generator', 'marea_cluster', 'marea', - 'ras_generator', 'ras_to_bounds', - 'rps_generator' + 'flux_simulation', + 'flux_to_map' ], include_package_data=True, install_requires=[ @@ -41,13 +41,13 @@ entry_points={ 'console_scripts': [ 'custom_data_generator=custom_data_generator:main', - 'flux_simulation=flux_simulation:main', - 'flux_to_map=flux_to_map:main', + 'ras_generator=ras_generator:main', + 'rps_generator=rps_generator:main', 'marea_cluster=marea_cluster:main', 'marea=marea:main', - 'ras_generator=ras_generator:main', 'ras_to_bounds=ras_to_bounds:main', - 'rps_generator=rps_generator:main' + 'flux_simulation=flux_simulation:main', + 'flux_to_map=flux_to_map:main' ], }, classifiers=[