Skip to content

Commit cc281f8

Browse files
authored
Updating the description of the setup.py (#13)
1 parent e9a38b2 commit cc281f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
setup,
55
)
66

7-
__version__ = "v1.0.0"
7+
__version__ = "v1.0.1"
88
__author__ = "Tyler Bruno"
9+
_description = "Typed and Tested Modifiable Items Dict which allows keys and values to be modified at run time."
910

1011
with open("README.md", "r", encoding="utf-8") as file:
1112
README = file.read()
@@ -14,6 +15,7 @@
1415
name="modifiable-items-dictionary",
1516
version=__version__,
1617
author=__author__,
18+
description=_description,
1719
long_description=README,
1820
long_description_content_type="text/markdown",
1921
keywords="python dict dictionary",

0 commit comments

Comments
 (0)