Metadata-Version: 2.2
Name: distribution_practice
Version: 0.0.1
Summary: A simple library with one function 'add(a, b)'. 
Home-page: https://github.com/tdhdjv/DistrubutionPractice
Author: tdhdjv
License: Apache Software License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

# DISTRIBUTION

## Purpose
1. Used to practice distrubuting a simple python project
1. Used to understand how wheel, dist files work
1. Getting better at adding readme files, and gitignore files

## Goals
- Distrubuting This Library to PyPi
- Using Pip install in a different folder to use the simple functionality provided.

## What is In this Libarary
- the ```add(a, b)``` function that will return the added value of two integer a, b

## How to Install
-
