diff --git a/setup.cfg b/setup.cfg index abd4ef7..c6e7622 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pinax-images -version = 5.0.0 +version = 5.0.1 author = Pinax Team author_email = team@pinaxproject.com description = an app for managing collections of images associated with a content object @@ -28,7 +28,7 @@ classifiers = [options] package_dir = - = pinax + = . packages = find: install_requires = django>=2.2 @@ -39,4 +39,4 @@ install_requires = zip_safe = False [options.packages.find] -where = pinax +where = .