django-bs

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

commit
147820ef1cf37e57b27249e84c756b2728734bca
parent
4c835a5adf00395c2442b3e9b1a7910d8597aa22
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-18 20:56
explicitly list packages

Diffstat

M setup.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/setup.py b/setup.py

@@ -11,7 +11,7 @@ setup(
   11    11     author_email='tobias.bengfort@posteo.de',
   12    12     version='5.1.0',
   13    13     license='MIT',
   14    -1     packages=find_packages(),
   -1    14     packages=['django_bs'],
   15    15     include_package_data=True,
   16    16     classifiers=[
   17    17         'Intended Audience :: Developers',