Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 3b368c5

Browse files
authored
Include form templates into package (#99)
1 parent 6a9590c commit 3b368c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_packages(package):
3939
author='Tom Christie',
4040
author_email='tom@tomchristie.com',
4141
packages=get_packages('typesystem'),
42-
package_data={'typesystem': ['py.typed']},
42+
package_data={'typesystem': ['py.typed', 'templates/forms/*.html']},
4343
install_requires=[],
4444
python_requires='>=3.6',
4545
classifiers=[

0 commit comments

Comments
 (0)