From ac06f8c3447395852f106309908a1d8ebc455f78 Mon Sep 17 00:00:00 2001 From: Trevor Bloomfield Date: Thu, 8 Jun 2023 23:22:11 -0500 Subject: [PATCH] phrasing --- CHANGES.md => CHANGES | 0 CONTRIBUTIONS => CONTRIBUTING | 2 +- README.md | 2 +- TODO | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename CHANGES.md => CHANGES (100%) rename CONTRIBUTIONS => CONTRIBUTING (98%) diff --git a/CHANGES.md b/CHANGES similarity index 100% rename from CHANGES.md rename to CHANGES diff --git a/CONTRIBUTIONS b/CONTRIBUTING similarity index 98% rename from CONTRIBUTIONS rename to CONTRIBUTING index 6ffc70c..3836bc0 100644 --- a/CONTRIBUTIONS +++ b/CONTRIBUTING @@ -1,4 +1,4 @@ -# Contributions +# Contributing Contributions to this project are welcome! If you have any ideas, suggestions, or bug reports, please feel free to open an issue or submit a pull request. Here are a few areas where you can contribute: diff --git a/README.md b/README.md index 08ccba4..83be5ea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Spoiltracker is a Python package that helps track the expiration dates of products. It calculates expiration dates based on the production dates and shelf life information and generates an expiry report for products that are approaching their expiration dates. -## Simple Product Expiration Date Management +## A Simple Product Expiration Date Management Tool Spoiltracker is useful for businesses that deal with perishable products and need to keep track of their expiration dates. It can be used in various industries such as food and beverage, agriculture, perishable goods logistics, warehousing, pharmaceuticals, and cosmetics. The package helps businesses to: diff --git a/TODO b/TODO index 2b3f8d4..29f27da 100644 --- a/TODO +++ b/TODO @@ -2,4 +2,4 @@ # TODO - Add Testing -- rewrite classes +- Rewrite classes diff --git a/pyproject.toml b/pyproject.toml index 67b0ff3..811cc48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.9" authors = [ { name="Trevor Bloomfield", email="bloomfieldtm@gmail.com" }, ] -description = "A Simple Expiry Management System" +description = "A Simple Product Expiration Date Management Tool" readme = "README.md" requires-python = ">=3.7" classifiers = [ diff --git a/setup.py b/setup.py index 26fc4a3..138eec3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version = "0.0.9", author = "psibir", author_email = "bloomfieldtm@gmail.com", - description = "Simple Product Expiration Date Management", + description = "A Simple Product Expiration Date Management Tool", long_description = long_description, long_description_content_type = "text/markdown", url = "https://github.com/psibir/spoiltracker",