diff --git a/setup.py b/setup.py index a8db19d..14957d2 100644 --- a/setup.py +++ b/setup.py @@ -25,9 +25,9 @@ def readme(): setup( - name="spleendata", - version=get_version("spleendata.py"), - description="A ChRIS FS plugin to download a set of spleen data", + name="spleendatads", + version=get_version("spleendatads.py"), + description="A ChRIS DS plugin to download a set of spleen data", long_description=readme(), author="FNNDSC", author_email="dev@babyMRI.org", @@ -35,7 +35,7 @@ def readme(): py_modules=["spleendatads"], install_requires=["chris_plugin"], license="MIT", - entry_points={"console_scripts": ["spleendata = spleendata:main"]}, + entry_points={"console_scripts": ["spleendatads = spleendatads:main"]}, classifiers=[ "License :: OSI Approved :: MIT License", "Topic :: Scientific/Engineering", diff --git a/spleendatads.py b/spleendatads.py index b0bf247..aaf5ee1 100644 --- a/spleendatads.py +++ b/spleendatads.py @@ -8,7 +8,7 @@ from monai.apps.utils import download_and_extract -__version__ = "1.0.2" +__version__ = "1.0.4" DISPLAY_TITLE = r"""