django-crud-mixins/setup.cfg

12 lines
154 B
INI
Raw Normal View History

2023-02-10 19:15:30 +00:00
[metadata]
name = mixins
[options]
2023-02-10 19:39:54 +00:00
packages = find:
2023-02-10 19:15:30 +00:00
zip_safe = True
include_package_data = True
[options.package_data]
2023-02-10 19:39:54 +00:00
templates = *.html
2023-02-10 19:15:30 +00:00
* = README.md