Skip to content

Commit

Permalink
build: try to fix build system
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoJM committed Mar 29, 2024
1 parent 746553e commit 0dbeac8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
requires-python = ">= 3.8"
name = 'django-image-uploader-widget'
version = '0.4.5'
version = '0.4.6'
description='Simple Image Uploader Widget for Django-Admin'
dependencies = [
'django>=3.2',
Expand Down Expand Up @@ -50,6 +50,4 @@ profile = 'black'
[tool.setuptools]
include-package-data = true
zip-safe = false

[tool.setuptools.packages.find]
where = ["image_uploader_widget"]
packages = ["image_uploader_widget"]

0 comments on commit 0dbeac8

Please sign in to comment.