Compare commits

..

No commits in common. "2c66ade95efda25226475bc66b0a63fdf4588dc3" and "5c10c92c2f26124d982ea6530799270e890cd7a1" have entirely different histories.

3 changed files with 9 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
# pyproject.toml
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]

View File

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