Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit ce46a4b

Browse files
author
Butterroach
committed
HOW DID I MISS THIS
1 parent e2898fb commit ce46a4b

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# **[TerCol](https://pypi.org/project/tercol/)**
44

5-
TerCol is a small, pure Python library that allows you to color and style text output. TerCol has no dependencies and only requires Python 3.6 or newer. It also supports true color. (i think please tell me if it doesn't)
5+
TerCol is a small, pure Python library that allows you to color and style text output. TerCol has no dependencies and only requires Python 3.7 or newer. It also supports true color.
66

77
## Usage
88

@@ -19,7 +19,7 @@ print(tercol.rainbowtext('Rainbow text'))
1919

2020
## Requirements
2121

22-
TerCol only requires Python 3.6 or newer. No additional dependencies are needed.
22+
TerCol only requires Python 3.7 or newer. No additional dependencies are needed.
2323

2424
## Pros
2525

@@ -33,8 +33,8 @@ TerCol only requires Python 3.6 or newer. No additional dependencies are needed.
3333
## Cons
3434

3535
- Limited support of nested styles
36-
- Only supports Python 3.6+
36+
- Only supports Python 3.7+
3737

3838
## License
3939

40-
TerCol is licensed under the MIT license.
40+
TerCol is licensed under the MIT license. See the LICENSE file for more info.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tercol"
7-
version = "0.1.4"
7+
version = "0.1.4.post1"
88
authors = [
99
{ name="Butterroach", email="epicnoobcontactemail@gmail.com" },
1010
]
11-
description = "TerCol is a useless library that colors your text."
11+
description = "TerCol is a library that colors your text."
1212
readme = "README.md"
13-
requires-python = ">=3.6"
13+
requires-python = ">=3.7"
1414
keywords = ["terminal styling", "colors", "style"]
1515
classifiers = [
1616
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)