From 5347025d78bbe3f73b90604fc6843bc4e5fa0014 Mon Sep 17 00:00:00 2001 From: Selok Date: Sat, 6 Dec 2025 10:22:43 +0000 Subject: [PATCH] chore: switching to new pypi package --- .github/actions/setup_psr/action.yml | 4 ++-- pyproject.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/setup_psr/action.yml b/.github/actions/setup_psr/action.yml index 830da79..692ff29 100644 --- a/.github/actions/setup_psr/action.yml +++ b/.github/actions/setup_psr/action.yml @@ -41,8 +41,8 @@ runs: - name: Configure git shell: bash run: | - git config --global user.name 'rbpatt2019' - git config --global user.email 'rbpatt2019@users.noreply.github.com' + git config --global user.name 'github-actions[bot]' + git config --global user.email 'github-actions[bot]@users.noreply.github.com' - name: Python Semantic Release env: GH_TOKEN: ${{ inputs.gh_token }} diff --git a/pyproject.toml b/pyproject.toml index 4273cdc..7857df0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [tool.poetry] -name = "LipidTA" +name = "LipidTrafficAnalysis" version = "3.5.2" packages=[{include = "lta"}] description = "Lipid Traffic Analysis" license = "MIT" -authors = ["rbpatt2019 "] +authors = ["rbpatt2019 ", "Selok "] readme = "README.md" repository = "https://github.com/IMS-Bio2Core-Facility/LTA" documentation = "https://LTA.readthedocs.io/en/latest/" -homepage = "https://pypi.org/project/lipidta/" +homepage = "https://pypi.org/project/LipidTrafficAnalysis/" classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License",