Skip to content

Commit

Permalink
Remove the version specifier for Henson
Browse files Browse the repository at this point in the history
Henson 0.2 doesn't exist.
  • Loading branch information
dirn committed Mar 8, 2016
1 parent 9731106 commit 198fb06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def read(filename):
with open(filename) as f:
return f.read()


setup(
name='Henson-Logging',
version='0.3.0',
Expand All @@ -31,7 +30,7 @@ def read(filename):
packages=find_packages(exclude=['tests']),
zip_safe=False,
install_requires=[
'Henson>=0.2.0',
'Henson',
'structlog',
],
tests_require=[
Expand Down

0 comments on commit 198fb06

Please sign in to comment.