Skip to content

Commit

Permalink
Remove MANIFEST.in and use pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Dec 19, 2023
1 parent 4f0f287 commit 4590cd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["setuptools>=67.5.1", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
include = ["survey*"]

[project]
name = "django-survey-and-report"
description = "A django survey app that can export results as CSV or PDF using your native language."
Expand Down

0 comments on commit 4590cd4

Please sign in to comment.