Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tanrax committed Sep 28, 2023
1 parent 1e7f71b commit c6f604d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 320 deletions.
6 changes: 0 additions & 6 deletions apps.py

This file was deleted.

133 changes: 0 additions & 133 deletions consumers.py

This file was deleted.

17 changes: 0 additions & 17 deletions models.py

This file was deleted.

7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
setup(
name="django-liveview",
py_modules=["liveview"],
version="VERSION",
version="1.0.2",
python_requires=">3.7",
description="Framework for creating Realtime SPAs using HTML over the Wire technology in Django",
author="Andros Fenollosa",
author_email="[email protected]",
url="https://github.com/Django-LiveView/liveview",
url="https://django-liveview.andros.dev/",
license="MIT License",
platforms=['any'],
packages=["liveview"],
keywords=["django", "ssr", "channels", "liveview", "html-over-the-wire", "hotwire"],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down
162 changes: 0 additions & 162 deletions utils.py

This file was deleted.

0 comments on commit c6f604d

Please sign in to comment.