-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsetup.cfg
30 lines (27 loc) · 865 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[metadata]
name = django-comment-system
version = file: VERSION
author = Mahyar Amiri
author_email = mmaahhyyaarr@gmail.com
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/mahyar-amiri/django-comment-system
project_urls =
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 comment-system django-comment comments comments-system django-comments tailwind tailwindcss ajax
[options]
packages = find:
include_package_data = True
install_requires =
django
pillow
requests
zip_safe = False
[options.extras_require]
markdown = markdown
[options.package_data]
mypkg =
comment/*