Skip to content

Conversation

tino097
Copy link
Collaborator

@tino097 tino097 commented Sep 14, 2025

Add pyproject toml file

Copy link
Contributor

@Copilot 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 PR adds a pyproject.toml configuration file to establish modern Python packaging standards for the datapusher-plus project. The configuration defines project metadata, dependencies, build system, and CKAN plugin entry points.

  • Adds comprehensive project metadata including name, version, description, and PyPI classifiers
  • Configures setuptools as the build backend with dynamic dependency loading from requirements files
  • Defines CKAN plugin entry points for datapusher_plus and babel extractors

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
pyproject.toml Adds complete project configuration with metadata, build system, and plugin entry points
.python-version Specifies Python 3.9.18 as the project's Python version

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@tino097 tino097 requested a review from Copilot September 14, 2025 20:12
Copy link
Contributor

@Copilot 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

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant