-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
30 lines (27 loc) · 832 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-rating-system
version = file: VERSION
author = Mahyar Amiri
author_email = mmaahhyyaarr@gmail.com
description = Django rating 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-rating-system
project_urls =
Documentation=https://github.com/mahyar-amiri/django-rating-system/README.md
Source Code=https://github.com/mahyar-amiri/django-rating-system
license = MIT
keywords = django rating rating-system django-rating ratings ratings-system django-ratings 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 =
rating/*