Skip to content

cookiecutter main: apply pyroject toml stuff#49

Merged
mberz merged 2 commits intomain_cookiecutterfrom
cookiecutter_pyprojecttoml
May 16, 2025
Merged

cookiecutter main: apply pyroject toml stuff#49
mberz merged 2 commits intomain_cookiecutterfrom
cookiecutter_pyprojecttoml

Conversation

@ahms5
Copy link
Copy Markdown
Member

@ahms5 ahms5 commented Apr 23, 2025

merges into #48 in addition the #48 it changes to pyproject.toml setup

Changes proposed in this pull request:

  • did not chnage the old ruff rules

@ahms5 ahms5 added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 23, 2025
@ahms5 ahms5 added this to the v0.4.1 milestone Apr 23, 2025
@ahms5 ahms5 moved this from Backlog to Require review in Weekly Planning Apr 23, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request switches the packaging configuration from setup.py to a modern pyproject.toml‑based setup while updating CI/CD configurations.

  • Removed setup.py in favor of pyproject.toml
  • Updated dependency management and optional dependency groups in pyproject.toml
  • Adjusted CI configurations in .circleci/config.yml and .readthedocs.yml for newer Python versions and build processes

Reviewed Changes

Copilot reviewed 5 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
setup.py Removed in favor of a pyproject.toml‑based configuration
pyproject.toml Introduces project metadata and dependency management via TOML
README.md Minor updates to badges and heading formatting
.readthedocs.yml Updated Python version and installation method for docs
.circleci/config.yml Updated dependency installation commands and Python version support
Files not reviewed (4)
  • CONTRIBUTING.rst: Language not supported
  • pytest.ini: Language not supported
  • requirements_dev.txt: Language not supported
  • setup.cfg: Language not supported

@ahms5 ahms5 self-assigned this Apr 23, 2025
README.md Outdated

[![PyPI version](https://badge.fury.io/py/pyrato.svg)](https://badge.fury.io/py/pyrato)
[![Documentation Status](https://readthedocs.org/projects/pyrato/badge/?version=stable)](https://pyrato.readthedocs.io/en/stable/?badge=stable)
[![Documentation Status](https://readthedocs.org/projects/pyrato/badge/?version=latest)](https://pyrato.readthedocs.io/en/latest/?badge=latest)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should link to stable, which is the most recent version tag, not latest, which is the latest git commit on the default branch.

@ahms5 ahms5 requested a review from mberz April 24, 2025 10:01
@github-project-automation github-project-automation bot moved this from Require review to Reviewer Approved in Weekly Planning Apr 25, 2025
Copy link
Copy Markdown
Member

@f-brinkmann f-brinkmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving this - but I would suggest to make a separate pull for removing Python 3.8 support because its also dropped in pyfar

@mberz mberz merged commit 494c00d into main_cookiecutter May 16, 2025
8 of 9 checks passed
@github-project-automation github-project-automation bot moved this from Reviewer Approved to Done in Weekly Planning May 16, 2025
@mberz mberz deleted the cookiecutter_pyprojecttoml branch February 26, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants