diff --git a/setup.cfg b/setup.cfg index b46d8e7..ef6c979 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [bdist_rpm] -requires = exiftool +requires = pyexiftool diff --git a/setup.py b/setup.py index 1409e4f..a626ca4 100644 --- a/setup.py +++ b/setup.py @@ -31,4 +31,4 @@ "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Multimedia"], - py_modules=["exiftool"]) + py_modules=["pyexiftool"])