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:
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
|
|
||||||
|
|||||||
Submodule extlib/exif deleted from 6ff9ed1410
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
|
||||||
|
|||||||
Reference in New Issue
Block a user