diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-20 02:10:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-20 02:10:08 +0000 |
commit | e5883c86d97afe7f5c7785bb094120f294b461f2 (patch) | |
tree | 0754c0a2a24d51ca0c27507ac747c9900689687d /rpkid/setup.py | |
parent | 1f3c4add3c15435656c2d21507142e4ee86600d2 (diff) |
Oops, have to list sub-packages explictly.
svn path=/rpkid/setup.py; revision=3612
Diffstat (limited to 'rpkid/setup.py')
-rw-r--r-- | rpkid/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/setup.py b/rpkid/setup.py index 7bf53be8..2e2a3b87 100644 --- a/rpkid/setup.py +++ b/rpkid/setup.py @@ -40,7 +40,7 @@ setup(name = "rpkitoolkit", description = "RPKI Toolkit", license = "BSD", url = "http://www.rpki.net/", - packages = ["rpki"], + packages = ["rpki", "rpki.POW"], ext_modules = [pow]) # Probably add other stuff here: scripts, data files, and so forth. |