Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Update long description
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyabsk committed Aug 17, 2018
1 parent 494c370 commit 6e4a50e
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 @@ -4,9 +4,8 @@

from setuptools import setup, find_packages

long_description = """
TODO
"""
with open('README.rst') as f:
long_description = f.read()

here = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 6e4a50e

Please sign in to comment.