Skip to content

Commit

Permalink
adding library path
Browse files Browse the repository at this point in the history
  • Loading branch information
lockefox committed Mar 31, 2018
1 parent f5d6671 commit 663f7ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Empty file added prosper/test_utils/__init__.py
Empty file.
Empty file added prosper/test_utils/_version.py
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def run_tests(self):
setup(
name=__package_name__,
description='Test helpers for Prosper projects',
version=get_version(__library_name__),
version=get_version('prosper', __library_name__),
long_description=README,
author='John Purcell',
author_email='prospermarketshow@gmail.com',
Expand All @@ -96,7 +96,7 @@ def run_tests(self):
'License :: Public Domain',
],
keywords='testing docker configuration-management pytest',
packages=find_packages(),
packages=hack_find_packages('prosper'),
include_package_data=True,
package_data={
'': ['LICENSE', 'README.rst'],
Expand Down

0 comments on commit 663f7ff

Please sign in to comment.