You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/05/21 23:17:31 UTC

svn commit: r1125819 - in /incubator/libcloud/trunk: MANIFEST.in setup.py

Author: tomaz
Date: Sat May 21 21:17:31 2011
New Revision: 1125819

URL: http://svn.apache.org/viewvc?rev=1125819&view=rev
Log:
Update setup.py and MANIFEST.in

Modified:
    incubator/libcloud/trunk/MANIFEST.in
    incubator/libcloud/trunk/setup.py

Modified: incubator/libcloud/trunk/MANIFEST.in
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/MANIFEST.in?rev=1125819&r1=1125818&r2=1125819&view=diff
==============================================================================
--- incubator/libcloud/trunk/MANIFEST.in (original)
+++ incubator/libcloud/trunk/MANIFEST.in Sat May 21 21:17:31 2011
@@ -1,13 +1,20 @@
 include LICENSE
 include NOTICE
 include DISCLAIMER
-include example.py
+include example_*.py
 include CONTRIBUTORS
 include CHANGES
 include HACKING
 include README
+include libcloud/data/pricing.json
 prune test/secrets.py
-include test/*.py
 include demos/*
+include test/*.py
+include test/pricing_test.json
 include test/secrets.py-dist
-include test/fixtures/*/*
\ No newline at end of file
+include test/compute/*.py
+include test/storage/*.py
+include test/loadbalancer/*.py
+include test/compute/fixtures/*/*
+include test/storage/fixtures/*/*
+include test/loadbalancer/fixtures/*/*

Modified: incubator/libcloud/trunk/setup.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/setup.py?rev=1125819&r1=1125818&r2=1125819&view=diff
==============================================================================
--- incubator/libcloud/trunk/setup.py (original)
+++ incubator/libcloud/trunk/setup.py Sat May 21 21:17:31 2011
@@ -165,10 +165,9 @@ setup(
     ],
     package_dir={
         'libcloud': 'libcloud',
-        'libcloud.drivers': 'libcloud/drivers'
     },
     package_data={
-        'libcloud': ['data/*.json', 'test/pricing_test.json'],
+        'libcloud': ['data/*.json']
     },
     license='Apache License (2.0)',
     url='http://incubator.apache.org/libcloud/',