12 lines
150 B
INI
12 lines
150 B
INI
|
[metadata]
|
||
|
name = mixins
|
||
|
|
||
|
[options]
|
||
|
zip_safe = True
|
||
|
include_package_data = True
|
||
|
|
||
|
[options.package_data]
|
||
|
mixins = templates/*, static/*
|
||
|
* = README.md
|
||
|
|