Removing extlib submodule and switching it to being a package.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 27 Mar 2014 20:04:18 +0000 (15:04 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 27 Mar 2014 20:05:25 +0000 (15:05 -0500)
Much nicer!

This commit sponsored by Cameron Merkel.  Thanks Cameron!  Good luck
with yer projects!

.gitmodules
extlib/exif [deleted submodule]
setup.py

index 5d78d03ef0d48add29105f131fc7a47c7b62e38f..20fa20e271433316793e5743707a612e592007b0 100644 (file)
@@ -7,6 +7,3 @@
 [submodule "extlib/skeleton"]
        path = extlib/skeleton
        url = git://github.com/dhg/Skeleton.git
-[submodule "extlib/exif"]
-       path = extlib/exif
-       url = https://github.com/ianare/exif-py.git
diff --git a/extlib/exif b/extlib/exif
deleted file mode 160000 (submodule)
index 6ff9ed1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 6ff9ed1410e72e1da19257b93976fa88fe4248bd
index d1a37a1a4d2bcf4680d9aa4ae3ad3a868d53b236..b55a1c409eed6d3a71bbecf00e4a776ea07be5c8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -65,6 +65,7 @@ try:
         'pytz',
         'oauthlib==0.5.0',
         'unidecode',
+        'ExifRead',
 
         # PLEASE change this when we can; a dependency is forcing us to set this
         # specific number and it is breaking setup.py develop