diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b496e88..90e452c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: name: Publish release to PyPI runs-on: ubuntu-latest environment: - name: release + name: pypi url: https://pypi.org/p/py-ctcmetrics permissions: id-token: write diff --git a/setup.py b/setup.py index 14d631a..acde750 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="py-ctcmetrics", - version="0.1.1", + version="0.1.3", packages=find_packages(), install_requires=[ "numpy", @@ -16,6 +16,7 @@ author="Timo Kaiser", author_email="kaiser@tnt.uni-hannover.de", description="Metrics for Cell Tracking Challenges", + long_description="Metrics for Cell Tracking Challenges", entry_points={ 'console_scripts': [ 'ctc_evaluate = ctc_metrics.scripts.evaluate:main',