aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py.in')
-rw-r--r--setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py.in b/setup.py.in
index 9b01de4ea..36c37a656 100644
--- a/setup.py.in
+++ b/setup.py.in
@@ -44,6 +44,6 @@ setup (name='libghdl',
author_email = 'tgingold@free.fr',
url = 'github.com/ghdl/ghdl',
package_dir = {'libghdl' : 'src/vhdl/python/libghdl'},
- packages = ['libghdl'],
+ packages = ['libghdl', 'libghdl.thin', 'libghdl.thin.vhdl'],
cmdclass = {
'build': GHDLBuild})