Commit 5ddb6d5b authored by Chris McDonough's avatar Chris McDonough

Add 'Signals' package to the setup.py package list.

parent 8245d836
......@@ -414,6 +414,14 @@ setup(
cmdclass={'install_data': install_data}
)
# Signals
setup(
name='Signals',
author=AUTHOR,
packages=['Signals'],
)
# ZRDB
setup(
name='ZRDB',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment