Skip to content

Commit 0b59161

Browse files
committed
Markdown
1 parent 4c9e1a5 commit 0b59161

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.rst renamed to README.md

File renamed without changes.

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@
44
from udger import __version__
55

66

7-
with open(join(dirname(__file__), 'README.rst')) as readme_file:
8-
long_description = readme_file.read()
9-
10-
117
setup(
128
name='udger',
139
version=__version__,
1410
license='BSD',
1511
author='The Udger Team',
1612
author_email='[email protected]',
1713
description="Fast and reliable User Agent parser and IP classifier for Python",
18-
long_description=long_description,
14+
long_description_content_type='text/markdown',
1915
url='https://github.com/udger/udger-python',
2016
packages=find_packages(
2117
exclude=('udger.tests',),

0 commit comments

Comments
 (0)