Skip to content

Commit

Permalink
Show README and CHANGELOG on PyPI. Fix #122
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 5, 2018
1 parent f46d2bf commit f0781fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"""
from setuptools import setup, find_packages

LONG_DESCRIPTION = open('README.rst').read() + "\n" + open('CHANGELOG.rst').read()

setup(
name='pylint-django',
url='https://github.com/PyCQA/pylint-django',
author='landscape.io',
author_email='[email protected]',
description='A Pylint plugin to help Pylint understand the Django web framework',
long_description=LONG_DESCRIPTION,
version='0.9.4',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit f0781fa

Please sign in to comment.