Skip to content

Commit

Permalink
Update history
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMathew committed Sep 24, 2016
1 parent 4c2c846 commit 2be1830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@


readme = open('README.rst').read()
history = open('HISTORY.rst').read().replace('.. :changelog:', '')
# history = open('HISTORY.rst').read().replace('.. :changelog:', '')
history = ""

requirements = open('requirements.txt').read().split('\n')

Expand Down

0 comments on commit 2be1830

Please sign in to comment.