Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit 5847e0c

Browse files
committed
Redundant README file no longer required for PyPi as it can now support Github flavored Markdown properly
1 parent 8f69f1c commit 5847e0c

File tree

3 files changed

+3
-266
lines changed

3 files changed

+3
-266
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
[![Stories in Ready](https://badge.waffle.io/jmcclell/django-bootstrap-pagination.png?label=ready)](https://waffle.io/jmcclell/django-bootstrap-pagination)
21
[![PyPi version](https://img.shields.io/pypi/v/django-bootstrap-pagination.svg)](https://pypi.python.org/pypi/django-bootstrap-pagination)
32
[![PyPi downloads](https://img.shields.io/pypi/dm/django-bootstrap-pagination.svg)](https://pypi.python.org/pypi/django-bootstrap-pagination)
4-
[![Build Status](https://travis-ci.org/jmcclell/django-bootstrap-pagination.png?branch=master)](https://travis-ci.org/ondergetekende/django-bootstrap-pagination)
3+
[![Build Status](https://travis-ci.org/jmcclell/django-bootstrap-pagination.png?branch=master)](https://travis-ci.org/jmcclell/django-bootstrap-pagination)
54

65

76
## Django Bootstrap Pagination

README.rst

Lines changed: 0 additions & 263 deletions
This file was deleted.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import find_packages
66

77

8-
with open(os.path.join(os.path.dirname(__file__), 'README.rst'), 'rb') as readme:
8+
with open(os.path.join(os.path.dirname(__file__), 'README.md'), 'rb') as readme:
99
readme_text = readme.read().decode('utf-8')
1010

1111
# allow setup.py to be run from any path
@@ -22,6 +22,7 @@
2222
license='MIT licence, see LICENCE',
2323
description='Render Django Page objects as Bootstrap 3.x/4.x Pagination compatible HTML',
2424
long_description=readme_text,
25+
long_description_content_type='text/markdown',
2526
zip_safe=False,
2627
include_package_data=True,
2728
classifiers=[

0 commit comments

Comments
 (0)