Skip to content

Commit

Permalink
added support for markdown in setup and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Penman authored and Richard Penman committed Apr 26, 2024
1 parent 0bcbe66 commit 370d26a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include whois/data/public_suffix_list.dat
include LICENSE.txt README.rst
include LICENSE.txt README.md
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ def read(filename):

setuptools.setup(
name="python-whois",
version="0.9.2",
version="0.9.4",
description="Whois querying and parsing of domain registration information.",
long_description=read("README.rst"),
long_description=read("README.md"),
long_description_content_type='text/markdown',
classifiers=[
"Environment :: Web Environment",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 370d26a

Please sign in to comment.