Skip to content

Commit 9b627e1

Browse files
committed
added python requires in setup.py
1 parent b6ec91b commit 9b627e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST.in

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Take a look at [CHANGELOG.md](https://github.com/VaasuDevanS/cowsay-python/blob/
1818

1919

2020
# Brief History
21-
`cowsay` for GNU/Linux was initially written in perl by Tony Monroe. More information can be found at the
22-
[Wikipedia page](https://en.wikipedia.org/wiki/Cowsay).
21+
`cowsay` for GNU/Linux was initially written in perl by Tony Monroe. More info
22+
[here](https://en.wikipedia.org/wiki/Cowsay).
2323

2424

2525
# Installation

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
long_description_content_type='text/markdown',
2424
zip_safe=False,
2525
classifiers=CLASSIFIERS,
26+
python_requires='>=3.8'
2627
)

0 commit comments

Comments
 (0)