Add extra data to package

This commit is contained in:
Mark Veidemanis 2023-02-10 19:15:30 +00:00
parent dd5a88c098
commit aaef6f3b25
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
2 changed files with 12 additions and 0 deletions

View File

@ -1,2 +1,3 @@
include mixins/templates/* include mixins/templates/*
include mixins/static/* include mixins/static/*
include README.md

11
setup.cfg Normal file
View File

@ -0,0 +1,11 @@
[metadata]
name = mixins
[options]
zip_safe = True
include_package_data = True
[options.package_data]
mixins = templates/*, static/*
* = README.md