setup.py: add pvl package to list of packages to install, XXX: is this the right way to install namespace packages?
authorTero Marttila <terom@paivola.fi>
Thu, 16 Feb 2012 10:00:55 +0200
changeset 18 58809063fe9d
parent 17 b88653920e7a
child 19 59a38533f13b
setup.py: add pvl package to list of packages to install, XXX: is this the right way to install namespace packages?
.hgignore
setup.py
--- a/.hgignore	Wed Feb 15 14:53:43 2012 +0200
+++ b/.hgignore	Thu Feb 16 10:00:55 2012 +0200
@@ -5,5 +5,7 @@
 
 ^test/
 ^misc/
+
+^build/
 ^dist/
 ^MANIFEST$
--- a/setup.py	Wed Feb 15 14:53:43 2012 +0200
+++ b/setup.py	Thu Feb 16 10:00:55 2012 +0200
@@ -6,7 +6,7 @@
     version     = '0.1',
 
     # code
-    packages    = ['pvl.backup'],
+    packages    = ['pvl', 'pvl.backup'],
 
     # binaries
     scripts     = ['scripts/pvlbackup-rsync-wrapper'],