Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Nov 25, 2021
1 parent 2e5c2cf commit 9af409d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pinax-images
version = 5.0.0
version = 5.0.1
author = Pinax Team
author_email = [email protected]
description = an app for managing collections of images associated with a content object
Expand Down Expand Up @@ -28,7 +28,7 @@ classifiers =

[options]
package_dir =
= pinax
= .
packages = find:
install_requires =
django>=2.2
Expand All @@ -39,4 +39,4 @@ install_requires =
zip_safe = False

[options.packages.find]
where = pinax
where = .

0 comments on commit 9af409d

Please sign in to comment.