Skip to content

Commit e7fd42a

Browse files
committed
Specifying README.md is in markdown mode.
So it renders well in PyPi.
1 parent 6ddd60d commit e7fd42a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def read(fname):
2828
maintainer_email = "bethus@gmail.com",
2929
license = "Apache modified",
3030
long_description = read('README.md'),
31+
long_description_content_type="text/markdown",
3132
platforms = ["Unix","Windows"],
3233
packages=['impacket', 'impacket.dcerpc', 'impacket.examples', 'impacket.dcerpc.v5', 'impacket.dcerpc.v5.dcom',
3334
'impacket.krb5', 'impacket.ldap', 'impacket.examples.ntlmrelayx',

0 commit comments

Comments
 (0)