Skip to content

Commit

Permalink
Show use README for long_description in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Feb 11, 2017
1 parent 0a59d94 commit 30c5712
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

from setuptools import setup

long_description = """
Easily encode your data into a 2D barcode using the PDF417 format.
"""
with open("README.rst") as readme:
long_description = readme.read()

setup(
name='pdf417gen',
Expand Down

0 comments on commit 30c5712

Please sign in to comment.