diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 4bf4483..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1 +0,0 @@ -include README.md \ No newline at end of file diff --git a/README.md b/README.md index 395fc54..c38178c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 7d6faf6..7631172 100644 --- a/setup.py +++ b/setup.py @@ -23,4 +23,5 @@ long_description_content_type='text/markdown', zip_safe=False, classifiers=CLASSIFIERS, + python_requires='>=3.8' )