Compare commits

..

4 Commits

Author SHA1 Message Date
2c66ade95e
Add basic setup.cfg 2023-02-10 20:19:11 +00:00
837974679e
Add wheel 2023-02-10 20:18:56 +00:00
0652fe0f20
Add files to manifest properly 2023-02-10 20:18:49 +00:00
27044c569d
Adjust package data 2023-02-10 19:47:42 +00:00
3 changed files with 3 additions and 9 deletions

View File

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

View File

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

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]
templates = *.html
* = README.md