aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-01-05 13:07:50 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-01-05 13:11:46 +0100
commitf638202fcf8808f8eec2387155982711f92c6d52 (patch)
tree85e15242c87996c5b21c9fec84bfc38c40a7e239 /setup.py
parent8d129bc3b7780a6747583dd3d32d425b4e1ef562 (diff)
downloadpygn-f638202fcf8808f8eec2387155982711f92c6d52.tar.gz
Add missing wlp and wlp_parser modules to setup.py to be installed.0.9.14
Fixes #18
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d370040..6184381 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,8 @@ setup(name='pygn',
description=DESC,
long_description=read('README'),
url='https://gitlab.com/mcepl/pyg',
- py_modules=['mail2news', 'news2mail', 'setup', 'whitelist'],
+ py_modules=['mail2news', 'news2mail', 'setup',
+ 'whitelist', 'wlp', 'wlp_parser'],
test_suite="test",
scripts=['pygm2n', 'pygn2m'],
requires=['rply'],