aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-03-27 15:04:18 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-03-27 15:05:25 -0500
commit052d3d985a761fcf1d45593d9c02f4fe5643df8b (patch)
tree967fd5d1b851045dc433783e49af78ce17b8c04a
parent9caaff48af3f356b6abe7c92efb685d182347fc1 (diff)
downloadmediagoblin-052d3d985a761fcf1d45593d9c02f4fe5643df8b.tar.lz
mediagoblin-052d3d985a761fcf1d45593d9c02f4fe5643df8b.tar.xz
mediagoblin-052d3d985a761fcf1d45593d9c02f4fe5643df8b.zip
Removing extlib submodule and switching it to being a package.
Much nicer! This commit sponsored by Cameron Merkel. Thanks Cameron! Good luck with yer projects!
-rw-r--r--.gitmodules3
m---------extlib/exif0
-rw-r--r--setup.py1
3 files changed, 1 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 5d78d03e..20fa20e2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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
-Subproject 6ff9ed1410e72e1da19257b93976fa88fe4248b
diff --git a/setup.py b/setup.py
index d1a37a1a..b55a1c40 100644
--- 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