Metadata-Version: 2.1
Name: CI-CD_dummy
Version: 0.1.0
Summary: Dummy CI/CD Pipeline
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# CI-CD Dummy Project

This project is a dummy project to demonstrate CI/CD practices using GitHub Actions.

## Description

This is a simple Python project intended to show how to set up continuous integration and continuous deployment pipelines.

## Features

- Simple Python script
- Unit tests
- CI/CD pipeline configuration
- Deployment to PyPI

## Installation

To install the package, use the following command:

```sh
pip install ci_cd_dummy

