Skip to content

Commit a79cbe4

Browse files
authored
Merge pull request #91 from octue/fix-manifest
FIX: Add full library to built manifest
2 parents e751073 + 746a87f commit a79cbe4

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

MANIFEST.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
include LICENSE
2+
include README.md
3+
include SECURITY.md
4+
include *.py
5+
include pyproject.toml
6+
recursive-include django_twined *.py
7+
recursive-include django_twined *.html
8+
recursive-include django_twined *.svg

pyproject.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ license = "MIT"
5858
name = "django-twined"
5959
readme = "README.md"
6060
requires-python = ">=3.10"
61-
version = "0.8.14"
61+
version = "0.8.15"
6262

6363
[project.urls]
6464
Changelog = "https://github.com/octue/django-twined/releases"
@@ -95,7 +95,15 @@ section-order = ["future", "standard-library", "third-party", "first-party", "lo
9595

9696
[tool.setuptools]
9797
packages = [
98-
"django_twined"
98+
"django_twined",
99+
"django_twined.admin",
100+
"django_twined.management",
101+
"django_twined.management.commands",
102+
"django_twined.migrations",
103+
"django_twined.models",
104+
"django_twined.models.querysets",
105+
"django_twined.signals",
106+
"django_twined.templatetags"
99107
]
100108

101109
[tool.setuptools.package-data]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)