Skip to content

Commit

Permalink
Set long description content type as markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
acikogun committed May 2, 2020
1 parent c2ab001 commit 73dd4cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ def read(*parts):

setup_options = dict(
name='btklog',
version='1.0.1',
version='1.0.2',
packages=find_packages(),
include_package_data=True,
description='Generates IP logs compatible with Turkey 5651 law from dhcpd.leases format.',
long_description=read('README.md'),
long_description_content_type='text/markdown',
author='Ogun Acik',
url='https://github.com/acikogun/btklog',
author_email='[email protected]',
Expand Down

0 comments on commit 73dd4cb

Please sign in to comment.