From 17f3c9c0dd0fdcd566660a13c0b3e6724f1b833c Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Mon, 16 Oct 2017 19:10:37 -0400 Subject: include missing module in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index aa0b8f5..3c2e35d 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ from setuptools import setup setup( name="unbiased", - version="4", - packages=['unbiased'], + version="5", + packages=['unbiased', 'unbiased.sources'], package_data={ 'unbiased': [ 'html_template/*.html', -- cgit v1.2.3