Skip to content

Commit

Permalink
Yet another fix for setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arno49 committed Jun 2, 2019
1 parent fd69e73 commit badf43e
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 @@ -27,7 +27,7 @@


with open(os.path.join(PROJECT_DIR, 'README.md')) as readme:
long_description = readme.readlines()
long_description = readme.read()


setup(
Expand Down Expand Up @@ -58,7 +58,6 @@
]
},
extras_require={
'test': test_requires,
'dev': test_requires
'test': test_requires
}
)

0 comments on commit badf43e

Please sign in to comment.