Skip to content

Commit

Permalink
Specifying README.md is in markdown mode.
Browse files Browse the repository at this point in the history
So it renders well in PyPi.
  • Loading branch information
asolino committed May 30, 2018
1 parent 6ddd60d commit e7fd42a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def read(fname):
maintainer_email = "bethus@gmail.com",
license = "Apache modified",
long_description = read('README.md'),
long_description_content_type="text/markdown",
platforms = ["Unix","Windows"],
packages=['impacket', 'impacket.dcerpc', 'impacket.examples', 'impacket.dcerpc.v5', 'impacket.dcerpc.v5.dcom',
'impacket.krb5', 'impacket.ldap', 'impacket.examples.ntlmrelayx',
Expand Down

0 comments on commit e7fd42a

Please sign in to comment.