Simple app to add configuration options to a Django project.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updated pyproject

+3 -3
+3 -3
pyproject.toml
··· 1 1 [tool.poetry] 2 - name = "django-websocket-notification" 2 + name = "django-simple-options" 3 3 version = "2.1.2" 4 - description = "A Django package to handle notifications using Django Channels and WebSockets." 4 + description = "Simple app to add configuration options to a Django project." 5 5 readme = "README.rst" 6 6 authors = ["Marcos Gabarda <hey@marcosgabarda.com>"] 7 7 license = "MIT" 8 - homepage = "https://github.com/marcosgabarda/django-websocket-notifications" 8 + homepage = "https://github.com/marcosgabarda/django-simple-options" 9 9 packages = [ 10 10 { include = "options" }, 11 11 ]