Skip to content

Commit 0e58db3

Browse files
Move packages and exclude up to project section
1 parent 8b254d2 commit 0e58db3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ readme = "README.md"
88
repository = "https://github.com/bckohan/django-typer"
99
homepage = "https://django-typer.readthedocs.io"
1010
keywords = ["django", "CLI", "management", "Typer", "commands"]
11+
packages = [
12+
{ include = "django_typer" }
13+
]
14+
exclude = ["django_typer/locale"]
1115
classifiers = [
1216
"Environment :: Console",
1317
"Framework :: Django",
@@ -45,10 +49,6 @@ Issues = "https://github.com/bckohan/django-typer/issues"
4549
Changelog = "https://django-typer.readthedocs.io/en/latest/changelog.html"
4650
Code_of_Conduct = "https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md"
4751

48-
packages = [
49-
{ include = "django_typer" }
50-
]
51-
exclude = ["django_typer/locale"]
5252

5353
[tool.poetry.dependencies]
5454
python = ">=3.8,<4.0"

0 commit comments

Comments
 (0)