Skip to content

Commit

Permalink
added python requires in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VaasuDevanS committed Sep 25, 2023
1 parent b6ec91b commit 9b627e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Take a look at [CHANGELOG.md](https://github.com/VaasuDevanS/cowsay-python/blob/


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


# Installation
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
long_description_content_type='text/markdown',
zip_safe=False,
classifiers=CLASSIFIERS,
python_requires='>=3.8'
)

0 comments on commit 9b627e1

Please sign in to comment.