Skip to content

Commit

Permalink
It's now README.rst, not .md
Browse files Browse the repository at this point in the history
  • Loading branch information
jalthouse-sfdc committed Apr 19, 2018
1 parent e7eb817 commit b15edb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/setup.py
Expand Up @@ -16,7 +16,7 @@ def read(fname):
license="BSD",
packages=find_packages(),
install_requires=['dpkt'],
long_description=read('README.md'),
long_description=read('README.rst'),
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: End Users/Desktop',
Expand All @@ -34,4 +34,4 @@ def read(fname):
]
},
keywords=['ja3', 'fingerprints', 'defender', 'ssl', 'packets']
)
)

0 comments on commit b15edb6

Please sign in to comment.