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:
parent
9caaff48af
commit
052d3d985a
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
|
1
setup.py
1
setup.py
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user