We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d016bd8 commit cd140faCopy full SHA for cd140fa
setup.py
@@ -17,12 +17,12 @@
17
from distutils.core import setup
18
19
setup(name="PyExifTool",
20
- version="0.1",
+ version="0.1.1.post1",
21
description="Python wrapper for exiftool",
22
license="GPLv3+",
23
author="Sven Marnach",
24
author_email="[email protected]",
25
- url="http://github.com/smarnach/pyexiftool",
+ url="https://github.com/blurstudio/pyexiftool/tree/shell-option",
26
classifiers=[
27
"Development Status :: 3 - Alpha",
28
"Intended Audience :: Developers",
0 commit comments