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!
This commit is contained in:
Christopher Allan Webber 2014-03-27 15:04:18 -05:00
parent 9caaff48af
commit 052d3d985a
3 changed files with 1 additions and 4 deletions

3
.gitmodules vendored
View File

@ -7,6 +7,3 @@
[submodule "extlib/skeleton"] [submodule "extlib/skeleton"]
path = extlib/skeleton path = extlib/skeleton
url = git://github.com/dhg/Skeleton.git url = git://github.com/dhg/Skeleton.git
[submodule "extlib/exif"]
path = extlib/exif
url = https://github.com/ianare/exif-py.git

@ -1 +0,0 @@
Subproject commit 6ff9ed1410e72e1da19257b93976fa88fe4248bd

View File

@ -65,6 +65,7 @@ try:
'pytz', 'pytz',
'oauthlib==0.5.0', 'oauthlib==0.5.0',
'unidecode', 'unidecode',
'ExifRead',
# PLEASE change this when we can; a dependency is forcing us to set this # PLEASE change this when we can; a dependency is forcing us to set this
# specific number and it is breaking setup.py develop # specific number and it is breaking setup.py develop