We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ec91b commit 9b627e1Copy full SHA for 9b627e1
MANIFEST.in
README.md
@@ -18,8 +18,8 @@ Take a look at [CHANGELOG.md](https://github.com/VaasuDevanS/cowsay-python/blob/
18
19
20
# 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).
+`cowsay` for GNU/Linux was initially written in perl by Tony Monroe. More info
+[here](https://en.wikipedia.org/wiki/Cowsay).
23
24
25
# Installation
setup.py
@@ -23,4 +23,5 @@
long_description_content_type='text/markdown',
zip_safe=False,
classifiers=CLASSIFIERS,
26
+ python_requires='>=3.8'
27
)
0 commit comments