Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyOliver authored Dec 11, 2021
1 parent c8517bd commit 9c54176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author="Kenneth Oliver",
author_email="kenny_oliver@icloud.com",
packages=[NAME],
version="5.2.5",
version="5.2.6",
license="AGPL-3.0",
description=f"{NAME}: super lite package for colored strings in Python!",
long_description=open("README.md").read(),
Expand All @@ -27,7 +27,7 @@
"Intended Audience :: Education",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independen"',
"Operating System :: OS Independen",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand All @@ -36,6 +36,6 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Terminals",
],
]
)
print("\033[32m" + "\033[1m" + f"{NAME} was installed successfully! Have colorful fun! :D" + "\033[0m")

0 comments on commit 9c54176

Please sign in to comment.