Add basic setup.cfg

This commit is contained in:
2023-02-10 20:19:11 +00:00
parent 837974679e
commit 2c66ade95e

View File

@@ -1,11 +1,3 @@
[metadata]
name = mixins
[options] [options]
packages = find: packages = find:
zip_safe = True
include_package_data = True include_package_data = True
[options.package_data]
mixins = *.html
* = README.md