Skip to content

Commit

Permalink
Added the resources package to the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbraun committed Dec 15, 2016
1 parent 4b1c9be commit 89d1e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ def readme():

setup(
name="theark",
version="0.0.5",
version="0.0.6",
author="meltmedia QA Team",
author_email="qa-d@meltmedia.com",
description="meltQA Tools Common Library.",
license="Apache Software License",
keywords="selenium helpers qa automation",
url="https://github.com/meltmedia/the-ark",
packages=['the_ark'],
packages=['the_ark', 'the_ark.resources'],
long_description=readme(),
install_requires=[
"boto >= 2.29.1",
Expand Down

0 comments on commit 89d1e0e

Please sign in to comment.