django-bs

Bootstrap integration for django using widget templates
git clone https://git.ce9e.org/django-bs.git

commit
d52ec6689a4961888fccfc83f3430d0449ebb782
parent
4c433bba2092ceb083d9dbea16824c8cce6133c0
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-19 04:05
add basic pyproject.toml

Diffstat

A pyproject.toml 3 +++

1 files changed, 3 insertions, 0 deletions


diff --git a/pyproject.toml b/pyproject.toml

@@ -0,0 +1,3 @@
   -1     1 [build-system]
   -1     2 requires = ["setuptools", "wheel"]
   -1     3 build-backend = "setuptools.build_meta"