Skip to content

Commit

Permalink
phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
psibir committed Jun 9, 2023
1 parent 49ff87e commit ac06f8c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion CONTRIBUTIONS → CONTRIBUTING
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# TODO

- Add Testing
- rewrite classes
- Rewrite classes
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ac06f8c

Please sign in to comment.