diff options
author | Matt Singleton <matt@xcolour.net> | 2017-10-16 19:10:37 -0400 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2017-10-16 19:10:37 -0400 |
commit | 17f3c9c0dd0fdcd566660a13c0b3e6724f1b833c (patch) | |
tree | 5413c47daae63921e8a6b9a1948e84a170ecc653 | |
parent | 4503c880fdf898de21d609f475d1ac4744975d27 (diff) |
include missing module in setup.py
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |