-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3564ad5
commit 7dfad34
Showing
4 changed files
with
94 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.7.2 | ||
2.7.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
[metadata] | ||
name = django-tailwind-comments | ||
name = django-comment-system | ||
version = file: VERSION | ||
author = Mahyar | ||
author = Mahyar Amiri | ||
author_email = [email protected] | ||
description = Django Comment app. It can be associated with any given model. | ||
description = Django Comment System, It can be associated with any given model. | ||
long_description = file: README.rst | ||
long_description_content_type= text/x-rst | ||
url = https://github.com/lordmahyar/django-tailwind-comments | ||
url = https://github.com/mahyar-amiri/django-comment-system | ||
project_urls = | ||
Documentation=https://github.com/lordmahyar/django-tailwind-comments/README.md | ||
Source Code=https://github.com/lordmahyar/django-tailwind-comments | ||
Documentation=https://github.com/mahyar-amiri/django-comment-system/README.md | ||
Source Code=https://github.com/mahyar-amiri/django-comment-system | ||
license = MIT | ||
keywords = django comment comments ajax | ||
keywords = django comment comment-system django-comment comments comments-system django-comments tailwind tailwindcss ajax | ||
|
||
[options] | ||
packages = find: | ||
include_package_data = True | ||
install_requires = django | ||
install_requires = | ||
django | ||
pillow | ||
zip_safe = False | ||
|
||
[options.extras_require] | ||
|